Bump Version

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

stillwater-sc 6a190ed 571 B Updated

File contents

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

stillwater-sc/mpadao-template/tree/main/.claude/skills/bump-version commit 6a190ed628

Frequently asked questions

npx skillmds@latest add stillwater-sc/bump-version