chore: update bumpver commit message

pull/37/head
MaxMustermann2 2 years ago
parent e2aee5ef50
commit e6a188251c
No known key found for this signature in database
GPG Key ID: 4F4AB9DB6FF24C94
  1. 2
      pyproject.toml

@ -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

Loading…
Cancel
Save