Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:186
forks:28
updated:2026년 5월 25일 02:37
SKILL.md
| name | bump-version |
| description | Bump the version number of wyoming-openai. |
| argument-hint | [patch|minor|major|estimate] |
| disable-model-invocation | true |
Bump version $ARGUMENTS.
For releases off main, prefer the GitHub Actions Bump Version workflow
(.github/workflows/bump-version.yml) — it performs the same edits, opens a
labeled PR, and chains into the draft-release workflow on merge. Use this skill
locally when working off a non-main branch or when you need estimate mode.
Steps:
pyproject.toml (line containing version = "x.y.z")estimate, analyze changes since last tag to determine bump type:
git log and git diff to review recent changespyproject.toml: Update version = "x.y.z" lineREADME.md: Update version in Docker tagging sectiongit tag vx.y.z