We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5826159 commit 74cba97Copy full SHA for 74cba97
1 file changed
pyproject.toml
@@ -15,8 +15,8 @@ dev = [
15
current_version = "1.7.1-beta.1"
16
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"
17
tag_message = "v{new_version}"
18
-commit = false
19
-tag = false
+commit = true
+tag = true
20
push = false
21
22
[bumpver.file_patterns]
0 commit comments