When this skill is used:
- Determine whether the user explicitly requested
major,minor, orpatch. - Run exactly one of:
./utils/bump_major.sh./utils/bump_minor.sh./utils/bump_patch.sh
- Then run:
./utils/package.sh
- Report:
- which bump command was run
- the resulting version
- the packaging result
- the artefact path or filename if available
Safety rules:
- Use the release bump scripts as-is. They are allowed to commit and tag as part of an explicitly requested release operation.
- Do not run
git commit,git tag,git push, or any bump script during ordinary development work unless I explicitly ask for a release operation. - Do not guess the bump level.
- If packaging fails, report the failure and relevant output.
Source: avalon60/ctk_theme_builder — distributed by TomeVault.