release
Originally fromboshu2/agentops
SKILL.md
You are preparing a release. Follow this workflow in order.
Versioning
- patch — bug fixes only
- minor — new features
- major — breaking changes or public launch
Step 1 — Review unreleased changes
Read CHANGELOG.md and check what is listed under ## [Unreleased]. Summarize the changes for the user so they can confirm the release scope and choose the right version bump.
Step 2 — Update user-facing changelog (optional)
If your project has a user-facing changelog, update it now and commit before continuing.
Step 3 — Run the release script
echo "y" | scripts/release.sh [major|minor|patch]
Important: The release script is interactive — it pauses and asks: "Have you updated your changelog(s)? (y/n)" Pipe
yto answer automatically, since we completed that in the steps above.
The script will:
- Verify you are on
mainwith no uncommitted changes - Bump the version in
package.json - Move
[Unreleased]inCHANGELOG.mdto the new version with today's date - Commit, tag, and push to origin
- Create a GitHub release with the changelog notes
Step 4 — Confirm
Report the new version number and GitHub release URL to the user.
Weekly Installs
6
Repository
rootspec/skillsFirst Seen
Feb 22, 2026
Security Audits
Installed on
claude-code6
opencode5
gemini-cli5
github-copilot5
codex5
kimi-cli5