From 82c9744569008038c0b494548a34c943b02298e1 Mon Sep 17 00:00:00 2001 From: dlrsp-dev Date: Sat, 10 Jan 2026 21:12:11 +0000 Subject: [PATCH 1/2] [changelog] Release v1.15.12 --- .github/workflows/labeller-content-based.yaml | 2 +- .github/workflows/labeller-file-based.yaml | 2 +- changelog.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeller-content-based.yaml b/.github/workflows/labeller-content-based.yaml index 47b3ec11..13d9e46b 100644 --- a/.github/workflows/labeller-content-based.yaml +++ b/.github/workflows/labeller-content-based.yaml @@ -37,7 +37,7 @@ jobs: - name: Download default rules run: > curl -fsSL --output ./.github/labeller-content-based.yaml - https://raw.githubusercontent.com/DLRSP/workflows/main/.github/labeller-content-based.yaml + https://raw.githubusercontent.com/DLRSP/workflows/v1.15.12/.github/labeller-content-based.yaml - name: Extend default rules if: inputs.extra-rules run: | diff --git a/.github/workflows/labeller-file-based.yaml b/.github/workflows/labeller-file-based.yaml index 9d410678..321a4036 100644 --- a/.github/workflows/labeller-file-based.yaml +++ b/.github/workflows/labeller-file-based.yaml @@ -34,7 +34,7 @@ jobs: - name: Download default rules run: > curl -fsSL --output ./.github/labeller-file-based.yaml - https://raw.githubusercontent.com/DLRSP/workflows/main/.github/labeller-file-based.yaml + https://raw.githubusercontent.com/DLRSP/workflows/v1.15.12/.github/labeller-file-based.yaml - name: Extend default rules if: inputs.extra-rules run: | diff --git a/changelog.md b/changelog.md index 0d918df7..4c484299 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [1.15.12 (unreleased)](https://github.com/DLRSP/workflows/compare/v1.6.11...v1.10.0) +## [1.15.12 (2026-01-10)](https://github.com/DLRSP/workflows/compare/v1.6.11...v1.10.0) ```{important} This version is not released yet and is under active development. ``` From a49d583f031b41a16af97c94d2430ef504a2ad42 Mon Sep 17 00:00:00 2001 From: dlrsp-dev Date: Sat, 10 Jan 2026 21:12:11 +0000 Subject: [PATCH 2/2] [changelog] Post-release version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8766423a..25124663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "1.15.12" +current_version = "1.15.13" allow_dirty = true [[tool.bumpversion.files]]