release
SolidCreate a new versioned release with changelog. Bumps version in code, updates CHANGELOG.md, commits, tags, and pushes using the repository release flow. GitHub Actions creates the release and uses only the current changelog section as release notes. Use when the user says "release", "cut a release", "bump version", "new release".
Install
Quality Score: 85/100
Skill Content
Details
- Author
- genai-io
- Repository
- genai-io/san
- Created
- 2 years ago
- Last Updated
- yesterday
- Language
- Go
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
release
Create a tagged GitHub release - detect version, write changelog, create git tag, draft release notes
release
Cut a versioned release — bump semver, generate the changelog with git-cliff, tag, and publish a GitHub release. Use when shipping a new tagged version.
create-release
Use when the user asks to "create a release", "cut a release", "tag a version", "publish release notes", or ship a new versioned GitHub release for the current repo.