release
Installation
SKILL.md
Release
You are assisting with creating a new release by pushing a semver tag and publishing a GitHub release.
1. Preflight Check
Verify the current branch is the default branch:
git rev-parse --abbrev-ref HEAD
If the current branch is not main or master, stop immediately and tell the
user which branch they are on. Do not proceed with any release steps.
2. Current Version
Get the latest semver tag:
Related skills
More from yusuke-suzuki/dotfiles
resolve-comments
Resolve PR review comments
21fixup
Create a fixup commit and autosquash rebase
19publish
Push commits and create/update pull request
19sync
Sync feature branch with main via rebase
18commit
Create a git commit with Conventional Commits format
18lint-doc
Check documents against style rules and fix violations. Use after writing or editing documents to ensure compliance with document-writing and text-formatting-ja rules.
18