Skip to content

Commit 4a3f317

Browse files
chore: update version to 2.8-2023.12.13-3973ffbbd
1 parent 3973ffb commit 4a3f317

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Target branch is the release branch we're going to operate on
6262
# Its name is 'release-<major>.<minor>'
63-
TARGET_BRANCH="release-${TARGET_VERSION%\.[0-9]*}"
63+
TARGET_BRANCH=release-$(echo "$TARGET_VERSION" | grep -oE '^[0-9]+\.[0-9]+')
6464
# The release tag is the source tag, minus the release- prefix
6565
RELEASE_TAG="${SOURCE_TAG#*release-}"
6666
# Whether this is a pre-release (indicated by -rc suffix)
@@ -335,7 +335,7 @@ jobs:
335335
tag_name: ${{ env.RELEASE_TAG }}
336336
draft: ${{ env.DRAFT_RELEASE }}
337337
prerelease: ${{ needs.prepare-release.outputs.PRE_RELEASE }}
338-
body: ${{ needs.prepare-release.outputs.RELEASE_NOTES }}
338+
body_path: changelog/CHANGELOG-${{ needs.prepare-release.outputs.TARGET_VERSION }}.md
339339

340340
- name: Update homebrew formula
341341
env:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8-2023.12.13-99e14b70b
1+
2.8-2023.12.13-3973ffbbd
File renamed without changes.

0 commit comments

Comments
 (0)