Skip to content

chore(release): bump internal self-references to v1.1.0 ahead of tagging - #48

Merged
cpitzi merged 1 commit into
mainfrom
agent/release-v1.1.0
Aug 17, 2026
Merged

chore(release): bump internal self-references to v1.1.0 ahead of tagging#48
cpitzi merged 1 commit into
mainfrom
agent/release-v1.1.0

Conversation

@cpitzi

@cpitzi cpitzi commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Step 2 of the release process added in #44 — the one that is easy to forget and silently ships nothing.

These workflows call this repo's own composite action by its full external form (lentago/shared-workflows/.github/actions/render-claude-summary@<ref>) rather than a relative ./ path, because inside a reusable workflow ./ resolves against the caller's repo, not this one. That makes the ref a version pin which has to move deliberately.

If it stayed at @v1.0.0 while v1.1.0 was tagged, the workflows inside v1.1.0 would keep running v1.0.0's action — a fix to the composite action would ship to nobody while the release notes claimed otherwise. Bumping first, merging, then tagging this commit means the refs resolve correctly the moment the tag exists.

What v1.1.0 adds over v1.0.0: the site-deploy.yml reusable (#38/#47) — the three site repos' near-identical deploy pipelines extracted into one workflow, with an image scan and build-provenance attestation folded in; this repo's own Scorecard workflow (#43); and the grouped Dependabot config.

Verified per RELEASING.md step 2: grep -rn 'shared-workflows/.github/actions/.*@v' .github/ | grep -v v1.1.0 returns nothing.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
@cpitzi
cpitzi merged commit 71857e1 into main Aug 17, 2026
1 check passed
@cpitzi
cpitzi deleted the agent/release-v1.1.0 branch August 17, 2026 18:31
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.

1 participant