ci: migrate to shared release and promote workflows#81
Open
ezekiel-alexrod wants to merge 1 commit into
Open
Conversation
Replace the local release/promote copies with the reusable workflows from scality/workflows: the semver computation and tag push move to release.yaml@v2.9.1, and the GitHub Release creation to promote.yaml@v2.9.1. The quality gate (go test on the exact commit being tagged) stays in this repo, as releases are cut from main without re-running pre-merge. Part of the org-wide migration to scality/workflows (PR scality/workflows#108).
298d6aa to
3b57791
Compare
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.
Replace the local release and promote copies with the reusable workflows from scality/workflows (pinned to @v2.9.1):
Note: the release title is now the tag alone (vX.Y.Z); pass product-name to the promote workflow to prefix it.
Part of the org-wide migration to scality/workflows (scality/workflows#108).