Skip to main content

bump-version

Bump the MPADAO semantic version (major, minor, or patch)

Jump to install

Source facts

Repository
stillwater-sc/mpadao-template
Last source activity
March 8, 2026 at 01:59
Detected SKILL.md language
English
Stars
1
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
bump-version
description
Bump the MPADAO semantic version (major, minor, or patch)
argument-hint
<major|minor|patch>
disable-model-invocation
true
allowed-tools
Read, Edit, Bash
Bump the project version in CMakeLists.txt. 1. Read the root CMakeLists.txt to find current MPADAO_MAJOR, MPADAO_MINOR, MPADAO_PATCH 2. Based on $ARGUMENTS: - "major": increment major, reset minor and patch to 0 - "minor": increment minor, reset patch to 0 - "patch": increment patch 3. Edit CMakeLists.txt with the new values 4. Rebuild to verify version propagates: cd build && cmake .. && make semver && ./bin/semver 5. Report the old and new version numbers
View on GitHub