Consolidate action release flow around semver labels#57
Merged
juan-fernandez merged 5 commits intomainfrom Apr 27, 2026
Merged
Conversation
8da3121 to
0f92481
Compare
gnufede
approved these changes
Apr 27, 2026
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
scripts/release-action.shflowsemver-patchorsemver-minor--tagas an explicit override and require--allow-version-mismatchwhen the requested tag is lower than labels implydatadog-ci-version-bumpplus the right semver label--dry-runto the datadog-ci bump helperFlow
To bump the default
datadog-ci-version, runscripts/create-datadog-ci-bump-pr.sh --dry-runfirst, thenscripts/create-datadog-ci-bump-pr.shif the preview looks right. The helper checks the latestDataDog/datadog-cirelease, updatesaction.yamlandREADME.md, opens a PR, and labels it withdatadog-ci-version-bumpplus eithersemver-patchorsemver-minor.To release the action after one or more labeled PRs are merged, run
scripts/release-action.sh --dry-run, thenscripts/release-action.shif the preview looks right. The release script reads merged PR labels since the latest immutable action tag, chooses the next action version, moves the major tag, and creates a GitHub Release with GitHub-generated notes.For non-
datadog-cichanges, maintainers only need to label the PR withsemver-patchorsemver-minor; the same release script handles it.--tagremains available for explicit releases, with--allow-version-mismatchrequired when overriding to a smaller bump than labels imply.