diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 0000000..45cfab9 --- /dev/null +++ b/.bumpversion.cfg @@ -0,0 +1,15 @@ +[bumpversion] +current_version = 0.0.0 +commit = False +tag = True +tag_name = {new_version} + +[bumpversion:file:discordnotifier/__init__.py] +search = version = "0.0.0" +replace = version = "{new_version}" + +[semver] +main_branches = master +major_branches = +minor_branches = feature +patch_branches = hotfix, bugfix \ No newline at end of file