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. ``` 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]]