From 03654129450cc876f0900e639b0f6b6429ae308d Mon Sep 17 00:00:00 2001 From: Piotr Korkus Date: Fri, 13 Feb 2026 08:02:27 +0100 Subject: [PATCH 1/2] bazel: bump platform - remove git override --- MODULE.bazel | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 10e33a7..939b8c2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -40,12 +40,7 @@ bazel_dep(name = "score_tooling", version = "1.1.0") bazel_dep(name = "score_virtualization", version = "0.0.1", dev_dependency = True) bazel_dep(name = "score_process", version = "1.4.3", dev_dependency = True) -bazel_dep(name = "score_platform", version = "0.5.2", dev_dependency = True) # This is main score repo -git_override( - module_name = "score_platform", - commit = "6ef2b8c740eb538d9b9b44fabd3dea5e0a888da6", - remote = "https://github.com/qorix-group/score.git", -) +bazel_dep(name = "score_platform", version = "0.5.3", dev_dependency = True) # This is main score repo # Toolchains and extensions bazel_dep(name = "score_bazel_cpp_toolchains", version = "0.2.2", dev_dependency = True) From a15e131dc45d1fb1857df92248a25fe9344910ca Mon Sep 17 00:00:00 2001 From: Piotr Korkus Date: Fri, 13 Feb 2026 10:08:35 +0100 Subject: [PATCH 2/2] cicd: build docs for releases - store release documentation in GH Pages --- .github/workflows/docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4bb0da0..f5ee307 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,6 +25,8 @@ on: push: branches: - main + release: + types: [created] jobs: build-docs: