Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:186
forks:28
updated:25 de maio de 2026 às 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