From 79aeddcea3a22e8d8b2ce9cd162adaf36653fc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 13 Oct 2024 18:57:28 +0200 Subject: [PATCH] built: fix superfluous zero patch version --- .github/actions/release_milestone/action.yaml | 2 +- layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/release_milestone/action.yaml b/.github/actions/release_milestone/action.yaml index 4556386e79..df7901bdf1 100644 --- a/.github/actions/release_milestone/action.yaml +++ b/.github/actions/release_milestone/action.yaml @@ -114,7 +114,7 @@ runs: uses: surahmansada/file-regex-replace@v1 with: regex: '(\ntitle = "Version )\d+\.\d+("\n.*\nweight = -)\d+(\n)' - replacement: "$1${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}.0$2${{ steps.minorvers.outputs.value }}$3" + replacement: "$1${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}$2${{ steps.minorvers.outputs.value }}$3" include: exampleSite/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.en.md - name: Update releasenotes heading diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 454994c373..2f40e13722 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.0.0+72a36ea6e73e5941fb92069356655d9913bfb4b4 \ No newline at end of file +7.0.0+179369e4b4527c0a34abf2783070181d2a202b3b \ No newline at end of file