|
|
@ -28,7 +28,7 @@ dev = [ "black", "autopep8", "yapf", "twine", "build", "docformatter", "bumpver" |
|
|
|
[tool.bumpver] |
|
|
|
[tool.bumpver] |
|
|
|
current_version = "0.1.0" |
|
|
|
current_version = "0.1.0" |
|
|
|
version_pattern = "MAJOR.MINOR.PATCH" |
|
|
|
version_pattern = "MAJOR.MINOR.PATCH" |
|
|
|
commit_message = "bump version {old_version} -> {new_version}" |
|
|
|
commit_message = "chore: bump version {old_version} -> {new_version}" |
|
|
|
# git commit --amend -S |
|
|
|
# git commit --amend -S |
|
|
|
commit = true |
|
|
|
commit = true |
|
|
|
# git tag ${bumpver show -n | head -1 | awk '{print $3}'} -f -s |
|
|
|
# git tag ${bumpver show -n | head -1 | awk '{print $3}'} -f -s |
|
|
|