This repository has been archived on 2023-04-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
discord-notifier/.bumpversion.cfg
2020-09-13 05:28:09 +00:00

15 lines
306 B
INI

[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