Release
Installation
SKILL.md
Release Workflow
This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging.
When to Use
Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing.
Prerequisites
Ensure the following tools are available:
changelogskill for changelog managementsvbumpfor version bumping (installed)jjfor version control operationsjustfor running the release tasks
Release Workflow
Related skills