بنقرة واحدة
publish-github-release
Publish GitHub release from release branch with verify, merge, tag, and gh release steps.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Publish GitHub release from release branch with verify, merge, tag, and gh release steps.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Publish a validated release to GitHub from release branch.
Publish a GitHub release from a release branch, including verification, merge to main, tag push, and gh release creation.
Manage project GitFlow branch lifecycle for IdeaRefinery.
Manage project GitFlow branch operations with main -> feature -> develop -> release -> main.
Manage project GitFlow branch operations with main -> feature -> develop -> release -> main and delete merged feature branches while keeping release branches.
| name | publish-github-release |
| description | Publish GitHub release from release branch with verify, merge, tag, and gh release steps. |
Use project script:
python3 scripts/release/gitflow_release.py publish-release --version <vX.Y.Z> --title "<title>" --notes-file <release-note.md>
Policy:
release/*