prepare-release
Bump the version, document the changelog, and open a PR from development to main.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Bump the version, document the changelog, and open a PR from development to main.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | prepare-release |
| description | Bump the version, document the changelog, and open a PR from development to main. |
Bump the version, document the changelog, and open a PR from development to main.
/prepare-release Where is the new semver string (e.g. 3.6.21).
Run: git log --oneline <current_version_tag>..HEAD or if tags are not present, compare with origin/main: git log --oneline origin/main..HEAD Read the commit messages to understand what changed. Ignore pure chore/refactor commits (e.g. CLAUDE.md updates, code generation runs) unless they are meaningful to library consumers. Focus on: new models, new fields, removed/deprecated fields, bug fixes, behaviour changes.
Edit the version: line: version: ""
Insert a new section at the top (after the # Changelog heading) following the existing style:
Stage only pubspec.yaml and CHANGELOG.md, then commit: git add pubspec.yaml CHANGELOG.md git commit -m "chore: bump version to and update changelog
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com"
git push origin development Then invoke the /pr skill to create the PR. The /pr skill will handle title, body, and reporting the URL.