-
Notifications
You must be signed in to change notification settings - Fork 13
Automate the release process #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds automated release workflow for publishing gems to RubyGems.org when a GitHub release is published. The workflow leverages GitHub's trusted publisher feature for secure authentication.
Key Changes:
- Added GitHub Actions workflow triggered on release publication
- Configured Ruby 3.3 environment with bundler caching
- Integrated rubygems/release-gem action for automated gem publishing
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
eb2a7da to
4f6384f
Compare
4f6384f to
cf3fbb5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The trusted publisher is already set up.