diff --git a/.github/actions/release_milestone/action.yaml b/.github/actions/release_milestone/action.yaml index 64b44adbfb..ac0a2c2f4b 100644 --- a/.github/actions/release_milestone/action.yaml +++ b/.github/actions/release_milestone/action.yaml @@ -113,7 +113,7 @@ runs: - name: Update releasenotes front matter uses: surahmansada/file-regex-replace@v1 with: - regex: '(\ntitle = 'Version )\d+\.\d+(\'\n.*\nweight = -)\d+(\n)' + regex: '(\ntitle = ''Version )\d+\.\d+(''\n.*\nweight = -)\d+(\n)' replacement: "$1${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}$2${{ steps.minorvers.outputs.value }}$3" include: docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.en.md diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 8e997458f6..7b82ad362e 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.5.0+70811270ad777e8d9e03ab55ccd74fe1e42ea4ca \ No newline at end of file +7.5.0+790719bfc92532d670dc7e20c5877a11b978f951 \ No newline at end of file