Releases: fac/ruby-gem-push-action
Releases · fac/ruby-gem-push-action
Version 2.6.0
- Add: Support for specifying a
working-directory
input, which is helpful when the gem / gemspec is nested in another directory (such as a monorepo setup)
Version 2.5.0
- Update: Switch to the new method of setting outputs (/pull/16)
- Update: Updated Linters to latest versions
Version v2.2.0
- Fix: Bug with pre-release:false input getting ignored
Version v2.1.0
- Fix: Bug with pre-release input getting ignored
v2.0.1
- Update: README to show usage with renamed ruby-gem-setup-credentials@v2
v2.0.0
- Change: Don't pass the gem host around as an environment variable, extract from the gemspec.
- Change: Don't pass gem keys around in environment variables anymore. Use the installed creds by key name.
- Add: input key to set the key name in gem credentials to use.
- 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.
- Add: Add linter for action code.
- Change: tag-release input renamed to just tag.
- Change: Use command line args instead of env variables for the internal command.
Merge pull request #5 from fac/devp/v1.3.0
- Fix: clean shell log handling for
gem push
call
Merge pull request #3 from fac/devp/v1.2.0
- Change: name to ruby-gem-push-action. Old name still works due to GH redirects.
Merge pull request #2 from fac/devp/v1.1.0
- Add: input release: Whether to push release versions
- Add: input pre-release: Whether to push pre-release versions
- Add: input tag-release: After pushing a new gem version, git tag with the version string
- Add: output pushed-version: the version of the gem pushed to the repository