Restore gated release pipeline and adopt RubyGems trusted publishing action#47
Draft
Copilot wants to merge 25 commits into
Draft
Restore gated release pipeline and adopt RubyGems trusted publishing action#47Copilot wants to merge 25 commits into
Copilot wants to merge 25 commits into
Conversation
Co-authored-by: jkowalleck <2765863+jkowalleck@users.noreply.github.com>
Co-authored-by: jkowalleck <2765863+jkowalleck@users.noreply.github.com>
Co-authored-by: jkowalleck <2765863+jkowalleck@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create a release pipeline for Rubygems package
Add automated release pipeline with prerelease support
Nov 5, 2025
Co-authored-by: jkowalleck <2765863+jkowalleck@users.noreply.github.com>
jkowalleck
requested changes
Nov 5, 2025
| - 'v*' | ||
|
|
||
| # see https://docs.github.com/en/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token | ||
| permissions: |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Co-authored-by: jkowalleck <2765863+jkowalleck@users.noreply.github.com>
jkowalleck
requested changes
Nov 5, 2025
Co-authored-by: jkowalleck <2765863+jkowalleck@users.noreply.github.com>
olleolleolle
reviewed
Dec 4, 2025
olleolleolle
reviewed
Dec 4, 2025
olleolleolle
reviewed
Dec 4, 2025
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com> Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com> Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com> Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Copilot
AI
changed the title
Stop tracking
Enable RubyGems trusted publishing and remove tracked Gemfile.lock
May 30, 2026
Gemfile.lock and enforce ignore behavior
Copilot
AI
changed the title
Enable RubyGems trusted publishing and remove tracked Gemfile.lock
Align release pipeline with RubyGems trusted publishing and gate GitHub release on gem publish
May 30, 2026
Copilot
AI
changed the title
Align release pipeline with RubyGems trusted publishing and gate GitHub release on gem publish
Align release gating on RubyGems publish and replace maintainer manual release docs with automated flow
May 30, 2026
Copilot
AI
changed the title
Align release gating on RubyGems publish and replace maintainer manual release docs with automated flow
Align gem release workflow with RubyGems trusted publishing
May 30, 2026
Copilot
AI
changed the title
Align gem release workflow with RubyGems trusted publishing
Restore gated release pipeline and adopt RubyGems trusted publishing action
May 30, 2026
Contributor
Hi @jkowalleck , That makes sense. I see that you've assigned #59 to yourself. Please let me know if you need any help with the implementation or review. I'd be happy to assist. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The release workflow had been simplified in a way that removed core safeguards and outputs: tag/version validation, test/build gating, and GitHub release publishing. This change restores the full release pipeline and updates RubyGems publication to use the official
rubygems/release-gemtrusted publishing flow.Release pipeline restored
validate,test,build,release-rubygems, andrelease-githubjobs.Version safety checks reinstated
refs/tags/v*.Cyclonedx::Ruby::VERSION.RubyGems release modernized (official pattern)
release-rubygemsnow usesrubygems/release-gem@v1.id-token: write) and release environment.actions/checkout@v5withpersist-credentials: falseandruby/setup-ruby@v1.GitHub release behavior restored and hardened
gh release create..gemand one.sha512before creating the GitHub release.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.