Skip to content

Releases: fac/ruby-gem-push-action

Version 2.6.0

08 Mar 11:22
a581d2f
Compare
Choose a tag to compare
  • 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

18 Oct 09:42
a936064
Compare
Choose a tag to compare
  • Update: Switch to the new method of setting outputs (/pull/16)
  • Update: Updated Linters to latest versions

Version v2.2.0

30 Apr 14:16
6fe886e
Compare
Choose a tag to compare
  • Fix: Bug with pre-release:false input getting ignored

Version v2.1.0

30 Apr 11:02
5da31dd
Compare
Choose a tag to compare
  • Fix: Bug with pre-release input getting ignored

v2.0.1

26 Apr 15:02
28e0146
Compare
Choose a tag to compare
  • Update: README to show usage with renamed ruby-gem-setup-credentials@v2

v2.0.0

26 Apr 15:01
399af87
Compare
Choose a tag to compare
  • 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

16 Apr 09:51
3571ffe
Compare
Choose a tag to compare
  • Fix: clean shell log handling for gem push call

Merge pull request #3 from fac/devp/v1.2.0

15 Apr 16:25
727057e
Compare
Choose a tag to compare
  • 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

15 Apr 15:04
fbf77e0
Compare
Choose a tag to compare
  • 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