chore(release): 0.15.0 - #87
Merged
Merged
Conversation
Folds the accumulated `Unreleased` section into `## [0.15.0] - 2026-08-11`, adds its compare link, and bumps `version` in the three plugin manifests.
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.
What changed
Folds the accumulated
Unreleasedsection into## [0.15.0] - 2026-08-11, adds its compare link, and bumpsversionin the three plugin manifests.Why this way
MINOR applies, and the reason is one entry rather than the release as a whole. R-SEC-09 now counts a repository's workflow files when it establishes which languages an analyzer supports. A repository whose application language no analyzer supports, and which ships workflows, passed 0.14.0 and fails 0.15.0. The README calls that shape incompatible, and below 1.0.0 an incompatible change ships in a MINOR release.
The rule's
Checktext did not change, and CodeQL has shipped anactionslanguage since April 2025, so the rule always reached those files andoss-hardenwas answering wrong. That reading makes the change a fix. It does not change the version, because the effect on a repository being audited is the same either way, and understating it is the only error with a cost.Everything else in the release is skill body wording and
references/content, which the README places outside the version. No rule ID changed what it requires, and no skill was renamed or removed.Verification
bun run typecheckbun test, 328 tests passedbun run validate, 0 errors and 0 warningsbash tests/test-check-drift.sh, 12 tests passedbash scripts/check-drift.shbun scripts/check-ecosystems.mjs, 11 ecosystems x 7 skills presentnode skills/oss-writing/scripts/prose.mjs CHANGELOG.md, 0 findingsbun run buildinsite/, 114 pagesKnown gaps
The tag is created after this merges, and
tags-immutablemakes it unrepointable, so it has to be right the first time.