Releases: jstastny/publish-gem-to-github
Releases · jstastny/publish-gem-to-github
v2.4
What's Changed
- Peg version of bundler to latest version compatible with ruby 2.7 by @minionOfZuul in #14
- Update README file with permissions details by @shalingams in #15
New Contributors
- @minionOfZuul made their first contribution in #14
- @shalingams made their first contribution in #15
Full Changelog: v2.3...v2.4
v2.3
What's Changed
- Fixed: Issue where the L argument is not available on Alpine Linux's xargs command. by @jcavalieri in #13
Full Changelog: v2.2...v2.3
v2.2
What's Changed
- Fixed: Gem push error code being lost by @jcavalieri in #11
New Contributors
- @jcavalieri made their first contribution in #11
Full Changelog: v2.1...v2.2
v2.1 - Git 2.35.2 compatibility
What's Changed
- Fix for Git v2.35.2 (unsafe repository) by @pcallewaert in #9
Full Changelog: v2.0...v2.1
v2.0 - support multiple gemspec files
What's Changed
- update actions/checkout from v1 to v2 by @robertmarshallxyz in #6
- Support publishing multiple gems in the same directory by @pcallewaert in #7
New Contributors
- @robertmarshallxyz made their first contribution in #6
- @pcallewaert made their first contribution in #7
Full Changelog: v1.3...v2.0
Fix working-directory behavior
cd
into the working-directory
before building the gem.
Add working-directory option
Added possibility to optionally specify working-directory
parameter. Useful for monorepos. Thanks @damacus for this.
Improve readme and add icon
v1.1 Different icon
Initial release
Initial release that can build a gem and publish it to GitHub Packages registry.