You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@
3
3
TODO: v2 changes
4
4
5
5
## [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
+
6
17
## [1.3.0] - 2021-04-16
7
18
8
19
- Fix: clean shell log handling for `gem push` call
0 commit comments