How to create a GitHub Release
How to create a GitHub Release
Use the gh-create-release skill with the GitHub CLI.
Prerequisites
ghauthenticated with permission to create releases- A tag strategy agreed for the repository
Steps
Ensure the skill is installed for your agent.
Follow
gh-create-release/SKILL.mdfor flag details, or run a typical publish:gh release create v1.0.0 --title "v1.0.0" --notes "Release notes"For drafts or assets, see the skill reference under
gh-create-release/references/.