Releases: crazy-max/ghaction-import-gpg
Releases · crazy-max/ghaction-import-gpg
v4.2.0
v4.1.0
v4.0.0
- OpenPGP.js v5 (#78)
- POSIX-compliant inputs names (#109)
- Rename
gpg-private-key
inputgpg_private_key
- Rename
git-config-global
inputgit_config_global
- Rename
git-user-signingkey
inputgit_user_signingkey
- Rename
git-commit-gpgsign
inputgit_commit_gpgsign
- Rename
git-tag-gpgsign
inputgit_tag_gpgsign
- Rename
git-push-gpgsign
inputgit_push_gpgsign
- Rename
git-committer-name
inputgit_committer_name
- Rename
git-committer-email
inputgit_committer_email
- Rename
- Bump @actions/core from 1.4.0 to 1.5.0 (#106)
v3.2.0
- Add
git-config-global
input (#103) - Use built-in
getExecOutput
(#102) - Handle
if-asked
forgit-push-gpgsign
input (#100) - Use
getBooleanInput
(#101) - Bump @actions/core from 1.2.7 to 1.4.0 (#97)
- Bump @actions/exec from 1.0.4 to 1.1.0 (#96)
- Bump ws from 7.3.1 to 7.5.0 (#98)
- Fix setOutput (#86)
- Bump actions/github-script from v3 to v4.0.2 (#83)
- Bump @actions/core from 1.2.6 to 1.2.7 (#81)
- Bump hosted-git-info from 2.8.8 to 2.8.9 (#85)
- Bump lodash from 4.17.20 to 4.17.21 (#84)
- Bump y18n from 4.0.0 to 4.0.1 (#79)
- Enhance workflow (#77)
v3.1.0
v3.0.2
- Fix git committer email action input (#67)
v3.0.1
v3.0.0
- Move
GPG_PRIVATE_KEY
env var togpg-private-key
input - Move
PASSPHRASE
env var topassphrase
input - Rename
git_user_signingkey
input togit-user-signingkey
- Rename
git_commit_gpgsign
input togit-commit-gpgsign
- Rename
git_tag_gpgsign
input togit-tag-gpgsign
- Rename
git_push_gpgsign
input togit-push-gpgsign
- Rename
git_committer_name
input togit-committer-name
- Rename
git_committer_email
input togit-committer-email
- Update deps
v2.3.0
- Preset passphrase for all key keygrips (#57)
- Update deps
v2.2.0
- Add
workdir
input (#55) - Update deps