-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requestready-for-qaIssue is ready to be QA testedIssue is ready to be QA tested
Milestone
Description
Currently the workflow requires two separate commands to go from a tagged version to a production release: /version (bump, tag, push) and then /release (create GitHub Release, promote branch). This adds friction and an extra step that can be forgotten.
The new /deploy skill combines both into a single command that:
- Checks current state (latest tag, commits since tag, open PRs)
- Optionally bumps the version (patch/minor/major) with user confirmation
- Creates the GitHub Release and, in multi-branch workflows, promotes the pre-production branch to main
This reduces the workflow from six commands to five and makes the deploy step self-contained.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestready-for-qaIssue is ready to be QA testedIssue is ready to be QA tested