From e2aee5ef50fae14ae52bc2029841bb5874145e5b Mon Sep 17 00:00:00 2001 From: MaxMustermann2 <82761650+MaxMustermann2@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:21:48 +0000 Subject: [PATCH] chore: add instructions to sign commit and tag --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d76586c..4bd7e70 100644 --- a/pyproject.toml +++ b/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