Commit Graph
1 Commits
Author SHA1 Message Date
darmanandClaude Sonnet 5 9acfd2b946 Move plugin version into .env, fix version-bump workflow to only touch it
Version Bump / apply-version-bump (pull_request) Successful in 23s
Version Bump / check-bump-label (pull_request) Skipped
The old workflow grepped CMakeLists.txt for the first "VERSION X.Y" match,
which was cmake_minimum_required's own version rather than the project's,
mangling it to 3.27.0.0 on the first real bump. PLUGIN_VERSION in .env is
now the single source of truth for both CMakeLists.txt and flake.nix, and
the workflow's bump/commit steps only ever touch that one file.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-30 00:02:19 +02:00