com um clique
update-release-notes
Update release_notes.json for the new version.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Update release_notes.json for the new version.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Use this skill when creating a git commit.
Use this skill when creating a git commit.
Bump the app version in pubspec.yaml. Accepts optional argument: major, minor (default), or patch. Build number is always set to 1.
Create a GitHub Release from an existing git tag. Uses the latest tag by default, or accepts a tag name as argument.
Create a git tag from the current version in pubspec.yaml. Format: v{MAJOR}.{MINOR}.{PATCH}.
| name | update-release-notes |
| description | Update release_notes.json for the new version. |
Update release_notes.json in the project root based on feat: and fix: commits after the previous git tag.
git tag --list 'v*' --sort=-v:refname | head -n 1.git log {previous_tag}..HEAD --pretty=format:%s.feat: or fix:.
chore:, refactor:, docs:, test:, and ci:.・.release_notes.json with this exact top-level structure:[
{
"language": "en-US",
"text": "..."
},
{
"language": "ja",
"text": "..."
}
]