Route metanorma-org release.yml through metanorma/support wrapper#293
Merged
Conversation
Brings the metanorma-org release-workflow caller pattern into alignment with relaton/support, fontist/support, lutaml/support — every other org already routes through its own support wrapper; this template was the last direct-caller into metanorma/ci/rubygems-release.yml. Changes to cimas-config/gh-actions/master/release.yml: - uses: -> metanorma/support/.github/workflows/release.yml@main - Drop pat_token reference (the wrapper does not forward it, matching the convention used by the other org-level support wrappers) A cimas-sync wave on metanorma/* will then propagate this change to the 64 metanorma repos + 1 ammitto repo referencing this template. Refs #292 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Refs #292
Routes the cimas-generated metanorma-org
release.ymlfiles through the newmetanorma/supportwrapper, bringing metanorma to release-flow parity withrelaton/support,fontist/support,lutaml/support. This template was the last direct-caller intometanorma/ci/rubygems-release.yml.Changes to
cimas-config/gh-actions/master/release.ymluses:→metanorma/support/.github/workflows/release.yml@main(wasmetanorma/ci/.github/workflows/rubygems-release.yml@main)pat_tokenreference (the wrapper does not forward it, matching the convention used byrelaton/support,fontist/support,lutaml/support)Downstream propagation
A cimas-sync wave on
metanorma/*will then propagate this change to the 64 metanorma repos + 1 ammitto repo referencing this template.The
master/release_wo_bundle_install.ymlvariant (3 repos: metanorma, metanorma-utils, ...) is left unchanged in this PR; can be updated in a follow-up if desired.🤖