From 24133341abe47732656bc5b87be1cab3e2387595 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Tue, 13 Jan 2026 11:48:02 +0100 Subject: [PATCH 1/2] drop module version --- MODULE.bazel | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 72e8ae14..7fa269ed 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -11,11 +11,8 @@ # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_docs_as_code", - version = "2.3.0", - compatibility_level = 2, -) +# Versioning is handled by GitHub Releases. +module(name = "score_docs_as_code", version = "0.0.0") ############################################################################### # From 119cff19b5f13476558e41174d0a5d32c0782419 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Tue, 13 Jan 2026 12:05:18 +0100 Subject: [PATCH 2/2] fix formatting --- MODULE.bazel | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 7fa269ed..ffebf8d2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -12,7 +12,11 @@ # ******************************************************************************* # Versioning is handled by GitHub Releases. -module(name = "score_docs_as_code", version = "0.0.0") +# Here we always keep "0.0.0" to indicate that. +module( + name = "score_docs_as_code", + version = "0.0.0", +) ############################################################################### #