Skip to content

Commit

Permalink
built: fix superfluous zero patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Oct 13, 2024
1 parent 179369e commit 79aeddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/release_milestone/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0+72a36ea6e73e5941fb92069356655d9913bfb4b4
7.0.0+179369e4b4527c0a34abf2783070181d2a202b3b

0 comments on commit 79aeddc

Please sign in to comment.