v2.5.1
cloudposse-releaser
released this
27 Nov 00:47
·
2 commits
to refs/heads/main
since this release
Automatically Sign Commits Using GitHub API Instead of GitPython and GPG @goruha (#45)
## what[!CAUTION]
This change has only undergone local development and has not been adequately tested for merge
- Removes GPG signing key option
- Updates commit signing to use
PyGitHub
instead ofGitPython
library
why
- Commits are made using
GitPython
, while pull requests are handled withPyGitHub
. I found that PyGitHub can also make commits, and it could leverage the Atmos App token to automatically sign them. Let me know if you'd be interested in testing this approach