Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

release

// Use this skill when the user wants to merge the dev branch into master and ship a release. Triggers include phrases like "release", "deploy", "ship it", "リリース", "デプロイ", "master にマージしてデプロイ", "本番リリース". Verifies a clean working tree, switches to master, fetches origin --prune, confirms master matches origin/master, merges dev with --no-ff, then runs deploy.sh with the minor/patch bump confirmed up front. Streams deployer output to the user and reports success or failure at the end.

$ git log --oneline --stat
stars:292
forks:50
updated:19 de mayo de 2026, 06:33
SKILL.md
readonly