We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7dabbc commit 28c57d1Copy full SHA for 28c57d1
.bumpversion.toml
@@ -1,5 +1,7 @@
1
[tool.bumpversion]
2
current_version = "0.1.0"
3
+bump = true
4
+commit = true
5
6
[[tool.bumpversion.files]]
7
filename = "pyproject.toml"
Makefile
@@ -32,7 +32,3 @@ PART ?= "minor"
32
bump-version:
33
bump-my-version bump ${PART}
34
@echo now at version $$(bump-my-version show current_version)
35
- # bump-my-version enforces a clean git workdir, so this is fine
36
- git add .
37
- git commit -m "v$$(bump-my-version show current_version)"
38
- git tag v$$(bump-my-version show current_version)
0 commit comments