Bump Version Skill
Bump the VoxelPic version to a user-specified value. USE FOR: setting or updating the project version across all files that embed it. Applies to requests like 'bump version to X.Y.Z', 'set version', or 'update version'. Published by microsoft in voxelpic.
What is Bump Version Skill?
Bump the VoxelPic version to a user-specified value. USE FOR: setting or updating the project version across all files that embed it. Applies to requests like 'bump version to X.Y.Z', 'set version', or 'update version'. Published by microsoft in voxelpic. 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 voxelpic
Technical details
- Install or run with Copy skill directory
When to use Bump Version Skill
- Use it for developers using voxelpic.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/voxelpic
- Skill file: .github/skills/bump-version/SKILL.md
What it does
Bump the VoxelPic version to a user-specified value. USE FOR: setting or updating the project version across all files that embed it. Applies to requests like 'bump version to X.Y.Z', 'set version', or 'update version'.
Skill instructions
Bump Version When to Use Use this skill when the user asks to set, bump, or update the project version. Version Locations The version string (semver MAJOR.MINOR.PATCH) must be updated in all four of the following files. Missing any one will cause a mismatch between the C library, the Python package, and the citation metadata. 1. VERSION (root) Single-line file containing the bare version string. This is the source of truth for CMake — the root CMakeLists.txt reads it at configure time and derives VOXELPICVERSIONMAJOR, VOXELPICVERSIONMINOR, and VOXELPICVERSIONREVISION, which are substituted into tools/version.h.in to produce the vpic tool's build-info header. X.Y.Z 2. include/voxelpic/voxelpic.h (line ~9) The public C header defines a string macro used by consumers of the library: c define VOXELPICVERSION "X.Y.Z" 3. pyproject.toml (under [project]) The Python package version is hardcoded here (not derived from the VERSION file): toml version = "X.Y.Z" 4. CITATION.cff (field version) Aca
Explore related resources
Frequently asked questions
What is Bump Version?
Bump Version is a open-source AI agent skill with Copy skill directory. Bump the VoxelPic version to a user-specified value. USE FOR: setting or updating the project version across all files that embed it.
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.