con un clic
publish-github-release
Publish a validated release to GitHub from release branch.
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ú
Publish a validated release to GitHub from release branch.
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
Publish GitHub release from release branch with verify, merge, tag, and gh release steps.
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 a validated release to GitHub from release branch. |
Primary command:
python3 scripts/release/gitflow_release.py publish-release --version <vX.Y.Z> --title "<title>" --notes-file <release-note.md>
Verification and tag steps are included by default. Release note is required.