bump-version Skill
Bump WebUI to an input release version, run the full gate, and prepare a release PR with bucketed changes since the previous v-prefixed tag. Published by microsoft in webui.
What is bump-version Skill?
Bump WebUI to an input release version, run the full gate, and prepare a release PR with bucketed changes since the previous v-prefixed tag. Published by microsoft in webui. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using webui
Technical details
- Install or run with Copy skill directory
When to use bump-version Skill
- Use it for developers using webui.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/webui
- Skill file: .github/skills/bump-version/SKILL.md
What it does
Bump WebUI to an input release version, run the full gate, and prepare a release PR with bucketed changes since the previous v-prefixed tag.
Skill instructions
Bump Version Release PR Use this skill when preparing a WebUI release version bump PR. Inputs Ask for the release version if the user did not provide one. The input must be the bare semver version, without a leading v: text 0.0.16 Use v<version only when comparing or creating Git tags. Workflow 1. Make sure the working branch is not main. If needed, create a release branch named <user/bump-v<version. 2. Fetch tags so the release range is current: bash git fetch --tags --quiet 3. Run the version bump: bash cargo xtask version <version 4. Run the full quality gate and fix any failures: bash cargo xtask check 5. Find the previous release tag. WebUI release tags are prefixed with v: bash previoustag=$(git tag --list 'v[0-9]' --sort=-v:refname | grep -v "^v<version$" | head -n 1) Stop if no previous tag is found. 6. Collect commits from the previous release through the current base commit. Do this before committing the version bump so release notes do not include the bump commit: bash git -
Explore related resources
Frequently asked questions
What is bump-version?
bump-version is a open-source AI agent skill with Copy skill directory. Bump WebUI to an input release version, run the full gate, and prepare a release PR with bucketed changes since the previous v-prefixed tag.
Who is bump-version best for?
bump-version is best for reusing agent instructions, scripts, and references.
How do I install bump-version?
Install or run bump-version using Copy skill directory. Check bump-version for the latest setup command.
Is bump-version actively maintained?
bump-version may need a closer maintenance check before production use.
Auto-fetched from GitHub.