ci: add release pipeline for publishing gems#690
Merged
flavorjones merged 1 commit intomainfrom Mar 15, 2026
Merged
Conversation
- Add --release flag to bin/test-gem-build (skips timestamp version) - Extract gem build jobs into reusable build-gems.yml (workflow_call) - Refactor ci.yml to call build-gems.yml - Add release.yml: workflow_dispatch with version_tag input, builds all gems via build-gems.yml, pushes to RubyGems via OIDC trusted publishing. Artifacts namespaced by version tag.
36af123 to
a57b168
Compare
flavorjones
added a commit
that referenced
this pull request
Mar 15, 2026
to be compatible with the new release pipeline being tested in #690
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.
Summary
--releaseflag tobin/test-gem-buildto skip timestamp version stampingnative_setup,build_source_gem,build_native_gem) fromci.ymlinto a reusablebuild-gems.ymlworkflowci.ymlto callbuild-gems.ymlrelease.yml:workflow_dispatchwithversion_taginput, builds all gems (source + 11 native platforms) viabuild-gems.yml, pushes to RubyGems using OIDC trusted publishingTest plan
ci.ymlrefactor doesn't break existing behavior)sqlite3gemworkflow_dispatch