Release v2.5.0#26
Merged
Merged
Conversation
Merged
4 tasks
- Bump package version 2.4.0 → 2.5.0 (minor: caching + SEO instructions, nextjs-caching skill) - Promote CHANGELOG [Unreleased] → [2.5.0] - Sync package-lock.json Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
… flow - Bump src/index.js VERSION 2.4.0 → 2.5.0 to match package.json (the exported VERSION is stamped into agents-toolkit-lock.json and used by restore/status drift checks) - Document our own release flow for all three agent surfaces: Release Flow sections in CLAUDE.md and AGENTS.md, plus a 'Version Sync (CRITICAL)' review check (#6) in .github/copilot-instructions.md - Both guardrails cover the package.json ↔ VERSION match and the 'publish needs a GitHub Release, not a bare tag' rule (publish.yml on: release:) - Wrap bare URLs in LICENSE notices (markdown lint) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
acaf1f6 to
f95e04e
Compare
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.
Release v2.5.0
Final release PR — bundles both feature sets into v2.5.0 (release goes last):
nextjs-cachingskill.prepare-release→prepare-github-release, project-agnostic + workflow-aware, withrelease-node/release-wordpresspartials. (Already merged tomain; this branch is rebased on top.)Added
caching.instructions.md,seo-ai-optimization.instructions.md,nextjs-cachingskill.release-node.md/release-wordpress.mdpartials (consumed byprepare-github-release).Changed
prepare-release→prepare-github-release(breaking: command renamed; project-agnostic + analyzes workflows for tag-vs-Release).review-code/create-plan/validationsenriched with caching context.CLAUDE.md,AGENTS.md, and a new "Version Sync (CRITICAL)" check (fix: Revert FormEvent back to React.SyntheticEvent<HTMLFormElement> #6) in.github/copilot-instructions.md.Fixed
src/index.jsVERSIONnow matchespackage.json(stamped intoagents-toolkit-lock.json; used byrestore/statusdrift checks). Bumped to 2.5.0.Release mechanics
package.json/package-lock.json/src/index.jsVERSION→ 2.5.0## [2.5.0] - 2026-06-30(no[Unreleased]left)After merge: tag
v2.5.0onmainand create a GitHub Release (gh release create v2.5.0 --generate-notes) —publish.ymltriggers onrelease: createdand runsnpm publish.🤖 Generated with Claude Code