Skip to content

Commit 5a8c475

Browse files
committed
Add v2 CHANGELOG
1 parent 6230aeb commit 5a8c475

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
TODO: v2 changes
44

55
## [Unreleased]
6+
7+
## [2.0.0] - 2021-04-26
8+
9+
- Change: Don't pass the gem host around as an environment variable, extract from the gemspec.
10+
- Change: Don't pass gem keys around in environment variables anymore. Use the installed creds by key name.
11+
- Add: input `key` to set the key name in gem credentials to use.
12+
- Change: Release/pre-release inputs collapsed into single pre-release input. Push is either release or pre-release version, can't do both (or none!) in the same call anymore.
13+
- Add: Add linter for action code.
14+
- Change: `tag-release` input renamed to just `tag`.
15+
- Change: Use command line args instead of env variables for the internal command.
16+
617
## [1.3.0] - 2021-04-16
718

819
- Fix: clean shell log handling for `gem push` call

0 commit comments

Comments
 (0)