Move plugin version into .env, fix version-bump workflow to only touch it #6

Merged
darman merged 1 commits from fix/plugin-version-env into develop 2026-07-30 00:07:37 +02:00
Owner

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

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>
darman added the
bump
patch
label 2026-07-30 00:07:13 +02:00
darman added 1 commit 2026-07-30 00:07:14 +02:00
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
9acfd2b946
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>
darman merged commit ef24d18d37 into develop 2026-07-30 00:07:37 +02:00
darman deleted branch fix/plugin-version-env 2026-07-30 00:07:38 +02:00
Sign in to join this conversation.