Skip to content

[puppetsync] Add a create-release-tag workflow - #120

Merged
michael-riddle merged 1 commit into
simp:masterfrom
silug:puppetsync/20260813-create-release-tag
Aug 18, 2026
Merged

[puppetsync] Add a create-release-tag workflow#120
michael-riddle merged 1 commit into
simp:masterfrom
silug:puppetsync/20260813-create-release-tag

Conversation

@silug

@silug silug commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This patch adds create_release_tag.yml, a manually-dispatched
workflow that validates the release (SemVer version from
metadata.json, tag doesn't already exist, pkg:check_version,
pkg:compare_latest_tag, metadata_lint) BEFORE tagging, generates
the tag annotation from the CHANGELOG, and pushes the annotated
tag — triggering the existing tag_deploy.yml release pipeline. A
dry_run input reports the would-be annotation without pushing.

The file is a thin shim: the logic lives in the reusable workflow
simp/gha-workflows/.github/workflows/puppet_create_release_tag.yml
(pinned to v1.0.0, managed by Renovate), so fixes land there as a
tag bump instead of a fleet-wide sync. See simp/puppetsync#85.

This patch adds create_release_tag.yml, a manually-dispatched
workflow that validates the release (SemVer version from
metadata.json, tag doesn't already exist, pkg:check_version,
pkg:compare_latest_tag, metadata_lint) BEFORE tagging, generates
the tag annotation from the CHANGELOG, and pushes the annotated
tag — triggering the existing tag_deploy.yml release pipeline. A
dry_run input reports the would-be annotation without pushing.

The file is a thin shim: the logic lives in the reusable workflow
simp/gha-workflows/.github/workflows/puppet_create_release_tag.yml
(pinned to v1.0.0, managed by Renovate), so fixes land there as a
tag bump instead of a fleet-wide sync. See simp/puppetsync#85.
@michael-riddle
michael-riddle merged commit edcb1ad into simp:master Aug 18, 2026
10 checks passed
@github-project-automation github-project-automation Bot moved this from New to Done in Org Triage Aug 18, 2026
@silug silug removed this from Org Triage Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants