Bump Version Workflow
SkillDev toolsGuide for bumping project versions and running base release-preparation validations.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Bump Version Workflow skill
What this skill tells your AI
The instructions your AI receives, as published by agentty-xyz/agentty in skills/bump-version/SKILL.md and read by ahel’s review.
Use this skill when preparing a version bump for the project. The repository's current
release flow is defined in AGENTS.md; this skill only covers choosing the bump,
updating version files, and running the baseline validations that make the version-bump
change ready for normal review. Do not duplicate commit, tag, push, or pull workflow
steps here.
Workflow
-
Version Selection
- Always ask the user which version bump to apply:
major,minor, orpatch. - Do not update versions until the user confirms one of these options.
- Use the current repository release pattern when advising:
- Prefer
patchby default for fixes, small UX improvements, refactors, docs updates, model/config changes, and other incremental work within the current0.yline. - Use
minorfor milestone cuts: new top-level workflows, pages, modes, or cross-cutting runtime/protocol changes that feel like a new product phase. - Treat this as a pragmatic pre-
1.0policy. The changelog history shows patch releases may still include additive features or removals while the project remains below1.0.0.
- Prefer
- If the user wants a conservative release recommendation and the change is not
clearly milestone-sized, recommend
patch.
- Always ask the user which version bump to apply:
-
Version Bump
- Update the
versionfield in the rootCargo.toml. - Update any package lockfile or generated metadata that changes as a direct result of the package version update.
- Update the
-
Changelog
- Update
CHANGELOG.md. - Resolve the current date in Pacific time before writing the changelog date
(
TZ=America/Los_Angeles date +%F), so late-day release work follows the repository's PST/PDT release calendar. - Ensure there is an entry for the new version with the Pacific date:
## [vX.Y.Z] - YYYY-MM-DD. - Ensure content adheres to Keep a Changelog.
- Add a
### Contributorssection under the new release entry with a bullet list of GitHub usernames (example:- @minev-dev). - Build the contributor list from commits since the previous tag and deduplicate names.
- Update
-
Base Validation
- Run the baseline repository validations from the
prekhook catalog in.pre-commit-config.yaml:prek run --all-filesprek run test-workspace --all-files --hook-stage manual
- If validation fails, fix the underlying issue and rerun the failing hook before handoff.
- Run the baseline repository validations from the
Signals
- GitHub stars
- 35
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
bump-version- Source
- github.com/agentty-xyz/agentty