- Allow importing GPG key as a base64 string (#14)
- Committer email does not match
- Use GPG key name/email as default values (#13)
- Centralize test key/passphrase
- Clean code
- Update deps
- Update README
- Add
fingerprint
,keyid
andemail
outputs - Cleanup local paths from extra fields
- Add
git_tag_gpgsign
andgit_push_gpgsign
inputs - Some inputs and secrets have been renamed
- Use
gpg-connect-agent
to seed the internal cache ofgpg-agent
- Fix keygrip (#10)
- Kill GnuPG agent at POST step
- Bring back support for Windows
- Configure and check committer email against GPG user address
- Fix code transpilation (#9)
- Update deps
- Enable signing for Git commits and tags (#4)
- Allow to seed the internal cache of
gpg-agent
with provided passphrase (#5) - Better handling of commands output streams
- Fix README
- Initial version