Compare commits

...
4 Commits
Author SHA1 Message Date
CrazyMax 6e37040623 Update CHANGELOG 2020-05-10 17:26:14 +02:00
CrazyMax a1f27b29e7 Mark key input as deprecated 2020-05-10 17:25:03 +02:00
dependabot-preview[bot]GitHubdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
b965206285 chore(deps-dev): bump jest-runtime from 25.5.4 to 26.0.1 (#188)
Bumps [jest-runtime](https://github.com/facebook/jest/tree/HEAD/packages/jest-runtime) from 25.5.4 to 26.0.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.0.1/packages/jest-runtime)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-10 15:12:40 +02:00
dependabot-preview[bot]GitHubdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5ee2a593ae chore(deps-dev): bump jest-circus from 25.5.4 to 26.0.1 (#189)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 25.5.4 to 26.0.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.0.1/packages/jest-circus)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-10 15:08:27 +02:00
4 changed files with 1815 additions and 67 deletions
+4
View File
@@ -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
+2 -1
View File
@@ -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: '.'
+1807 -64
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -33,8 +33,8 @@
"@zeit/ncc": "^0.22.1",
"dotenv": "^8.2.0",
"jest": "^25.5.4",
"jest-circus": "^25.5.4",
"jest-runtime": "^25.5.4",
"jest-circus": "^26.0.1",
"jest-runtime": "^26.0.1",
"prettier": "^2.0.5",
"removeNPMAbsolutePaths": "^2.0.0",
"ts-jest": "^25.5.0",