chore: add instructions to sign commit and tag

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

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

Loading…
Cancel
Save