Skip to content

v2.5.1

Compare
Choose a tag to compare
@cloudposse-releaser 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 of GitPython library

why

  • Commits are made using GitPython, while pull requests are handled with PyGitHub. 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

references

🤖 Automatic Updates

Update .github/settings.yml @osterman (#43) ## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub