chore(release): 1.1.0 - #9
Merged
Merged
Conversation
Closes the [Unreleased] section and moves every copy-paste reference in the documentation to v1.1.0 — the quick start, the examples and the onboarding guide were still teaching v1.0.0. Adds a fourth section to scripts/check-sync.sh so that cannot happen again. The repository already refuses to let the scanner image pin drift from VERSION; the component version in the docs had no such guard, and a release that forgets it leaves the README recommending the previous tag. Only the three forms a reader actually copies are matched — `@vX.Y.Z`, the remote include URL, and the catalog `component@X.Y.Z`. Prose that explains the tagging scheme is illustrative and deliberately not checked. Also corrects the onboarding guide's address. The organization serves Pages from a custom domain, so tooark.github.io is a redirect and https://tooark.com/ci-security-scanner/ is canonical. Co-Authored-By: Claude Opus 5 (1M context) <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.
Prepares the 1.1.0 release: closes
[Unreleased], moves every copy-paste reference in the documentation, and adds the guard that stops those references from drifting again.Why 1.1.0 and not 2.0.0
No input, default or behaviour of the component changed. The only consumer-visible item is the runner floor introduced by #4 and #5:
actions/upload-artifact@v6+requires Actions Runner ≥ 2.327.1 on self-hosted runners. That runner shipped in mid-2025 and GitHub self-hosted runners auto-update, so a runner below it is already outside GitHub's own support. Recorded prominently inCHANGELOG.mdandSUPPORTED-INTEGRATIONS.mdrather than signalled with a major bump that would force every consumer to edit@v1→@v2.The new guard:
check-sync.shsection 421 copy-paste references still said
v1.0.0— the quick start in both READMEs, all ofexamples/, the onboarding guide andSUPPORTED-INTEGRATIONS.md. Nothing checked them. The repository already refuses to let the scanner image pin drift fromVERSION; the component version in the docs had no equivalent, so every release could silently leave the quick start teaching the previous tag.Section 4 matches only the three forms a reader actually copies:
Prose explaining the tagging scheme — "
v1.0.0is never moved", the floating-tag table — is illustrative and deliberately not matched.Verified it fails as well as passes:
Onboarding guide URL corrected
The organization serves Pages from a custom domain, so
tooark.github.io/ci-security-scanner/is a 301. Canonical address is https://tooark.com/ci-security-scanner/ — now live, and used in both READMEs,SUPPORT.md,CONTRIBUTING.md, the issue-form chooser and the workflow header.Affected area(s)
VERSION— component versionscripts/— validation run in CI and locallydocs/·examples/· governance documentationConsumer impact
Checklist
python3 scripts/validate-templates.pypasses./scripts/check-sync.shpasses — including the new section 4.ymlparsesREADME.mdandREADME.pt-BR.mdupdated and in syncCHANGELOG.mdclosed at[1.1.0]with compare links1.9)After merge: tag
v1.1.0, whichrelease.ymlvalidates againstCOMPONENT_VERSIONbefore publishing and movingv1/v1.0.🤖 Generated with Claude Code