Documentation
README
Release Process for grepai
This skill guides you through creating a new release. All output must be in English.
When to Use This Skill
Invoke this skill when:
- User asks to "create a release"
- User asks to "publish a new version"
- User asks to "bump the version"
- User mentions "release" in the context of versioning
Release Workflow
Step 1: Verify CI on Main
Check that all CI checks pass on main:
gh run list --branch main --limit 1 --json status,conclusion,name
STOP if CI is not green. Ask the user to fix issues first.
Step 2: Get Current Version and Changes
Get the latest release:
gh release list --limit 1
List merged PRs since last release:
This is the opening of the README. Read the full README on GitHub.