Release Gems
Version updated for https://github.com/release-gems/action to version v1.2.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
release-gems is a GitHub Action designed to automate the release workflow for Ruby gems by handling tasks such as building, attesting provenance, and publishing to RubyGems.org and other registries. It eliminates dependencies on tools like Bundler or Rake, enhances supply chain security through sandboxed builds, and integrates with GitHub releases for generating release attestations that verify package integrity. This action simplifies and secures the gem release process while minimizing permissions and reducing risks of unauthorized modifications.
What’s Changed
- Release 1.2.0 (363b071)
- Merge pull request #24 from release-gems/suggest-immutable-release (6a54d8f)
- publish: warn when immutable releases are disabled (867b127)
- Merge pull request #23 from release-gems/deps (b291469)
- deps: upgrade picomatch, brace-expansion (7cadf6c)
- Merge pull request #22 from release-gems/install-bubblewrap (6222042)
- Merge remote-tracking branch ‘origin/master’ into install-bubblewrap (bf58ce2)
- build: install-bubblewrap input (0038e46)
- readme (767b6ef)
- Merge pull request #21 from release-gems/no-major-tag (b74d3db)