prepare-release
Bump the version, document the changelog, and open a PR from development to main.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Bump the version, document the changelog, and open a PR from development to main.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.