From 239d5e197ee01abbb9ce347e830b6e0d02ab3272 Mon Sep 17 00:00:00 2001 From: wenjiefan Date: Mon, 13 Jul 2026 11:00:31 +0200 Subject: [PATCH] Align comment with engine X.Y.Z scheme (minor = Z) --- .github/workflows/release-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index e56979d..dc90f7d 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -9,8 +9,8 @@ # reset) for the usual ~monthly content release; bump the major for a breaking # change but keep incrementing the minor across it. Because the minor is never # reused, it uniquely identifies a release. Downstream, the PR-review engine pins -# this version in its bcquality.config.yaml and embeds this MINOR as the 3rd -# segment of its own tag. +# this version in its bcquality.config.yaml and uses this MINOR as Z in its own +# X.Y.Z version. name: Release version