mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-08-31 11:38:28 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e37040623 | ||
|
|
a1f27b29e7 | ||
|
|
b965206285 | ||
|
|
5ee2a593ae |
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.5.1 (2020/05/10)
|
||||||
|
|
||||||
|
* Mark `key` input as deprecated
|
||||||
|
|
||||||
## 1.5.0 (2020/05/07)
|
## 1.5.0 (2020/05/07)
|
||||||
|
|
||||||
* Use native GitHub Action tools to download assets and use GitHub API
|
* Use native GitHub Action tools to download assets and use GitHub API
|
||||||
|
|||||||
+2
-1
@@ -13,7 +13,8 @@ inputs:
|
|||||||
args:
|
args:
|
||||||
description: 'Arguments to pass to GoReleaser'
|
description: 'Arguments to pass to GoReleaser'
|
||||||
key:
|
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:
|
workdir:
|
||||||
description: 'Working directory (below repository root)'
|
description: 'Working directory (below repository root)'
|
||||||
default: '.'
|
default: '.'
|
||||||
|
|||||||
Generated
+1807
-64
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -33,8 +33,8 @@
|
|||||||
"@zeit/ncc": "^0.22.1",
|
"@zeit/ncc": "^0.22.1",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"jest": "^25.5.4",
|
"jest": "^25.5.4",
|
||||||
"jest-circus": "^25.5.4",
|
"jest-circus": "^26.0.1",
|
||||||
"jest-runtime": "^25.5.4",
|
"jest-runtime": "^26.0.1",
|
||||||
"prettier": "^2.0.5",
|
"prettier": "^2.0.5",
|
||||||
"removeNPMAbsolutePaths": "^2.0.0",
|
"removeNPMAbsolutePaths": "^2.0.0",
|
||||||
"ts-jest": "^25.5.0",
|
"ts-jest": "^25.5.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user