From a1f27b29e771f2cc49527db7d11a8d115f4881d3 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 10 May 2020 17:25:03 +0200 Subject: [PATCH 1/2] Mark key input as deprecated --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e27e7f7..2abe4df 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,8 @@ inputs: args: description: 'Arguments to pass to GoReleaser' key: - description: 'Private key to import' + description: 'Deprecated. Use goreleaser/goreleaser-action@v2 alongside crazy-max/ghaction-import-gpg' + deprecationMessage: 'The key input will not be supported. Use goreleaser/goreleaser-action@v2 alongside crazy-max/ghaction-import-gpg' workdir: description: 'Working directory (below repository root)' default: '.' From 6e37040623d14330555c7be1603a9182cf92d32a Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 10 May 2020 17:26:14 +0200 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4b92a..b2a7c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.5.1 (2020/05/10) + +* Mark `key` input as deprecated + ## 1.5.0 (2020/05/07) * Use native GitHub Action tools to download assets and use GitHub API