一键导入
publish-github-release
Publish a GitHub release from a release branch, including verification, merge to main, tag push, and gh release creation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Publish a GitHub release from a release branch, including verification, merge to main, tag push, and gh release creation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Publish a validated release to GitHub from release branch.
Publish GitHub release from release branch with verify, merge, tag, and gh release steps.
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 a GitHub release from a release branch, including verification, merge to main, tag push, and gh release creation. |
Publish a release from release/* with consistent verification and GitHub metadata.
Policy in this project:
release/* into mainvX.Y.Zrelease/* branchghUse the project script:
python3 scripts/release/gitflow_release.py publish-release --version <vX.Y.Z> --title "<title>" --notes-file <release-note.md>
Related finalize-only action:
python3 scripts/release/gitflow_release.py finalize-release --version <vX.Y.Z>
Default verification before merge/tag:
python3 -m pytestpython3 -m buildrelease/* branches.--notes or --notes-file).python3 scripts/release/gitflow_release.py publish-release --version v0.4.0 --title "v0.4.0" --notes "Release notes"