Documentation
README
claude-code-viewer Release
Use this skill to perform an end-to-end release for this repository.
Inputs
Interpret the user's argument as the release version spec:
patch,minor,major,beta- or an explicit semver such as
0.8.0/0.8.0-beta.0
If no version spec is present, ask the user which one to use.
Preconditions
- Work from the repository root.
- Inspect the current branch and working tree:
git branch --show-current
git status --short
- If there are unrelated uncommitted changes, stop and ask the user how to handle them.
- If release-related changes were just made, commit them before running release because
scripts/release.tsrequires a clean working tree. - The release script requires SSH signing config:
This is the opening of the README. Read the full README on GitHub.