mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-06 05:35:51 -05:00
617 B
617 B
Changelog
1.2.0 (2020/05/05)
- 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
1.1.0 (2020/05/05)
- Configure and check committer email against GPG user address
- Fix code transpilation (#9)
- Bump deps
1.0.0 (2020/05/04)
- Enable signing for Git commits and tags (#4)
0.2.0 (2020/05/04)
- Allow to seed the internal cache of
gpg-agent
with provided passphrase (#5) - Better handling of commands output streams
0.1.1 (2020/05/03)
- Fix README
0.1.0 (2020/05/03)
- Initial version