Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:54
forks:20
updated:February 13, 2026 at 04:15
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | release-manager |
| description | Changelog generation, version bumping, and release automation. |
Automates version management: reads git history, generates changelogs, bumps versions, and prepares releases — all without manual work.
# Generate changelog:
python .agent/skills/release-manager/scripts/release.py --action changelog
# Changelog since tag:
python .agent/skills/release-manager/scripts/release.py --action changelog --since "v2.0.0"
# Bump version (patch/minor/major):
python .agent/skills/release-manager/scripts/release.py --action bump --type minor
# Show current version:
python .agent/skills/release-manager/scripts/release.py --action version
changelog: Grouped commit list (feat/fix/chore/docs)bump: Updates VERSION file and outputs new versionversion: Shows current version from VERSION file