Skip to content

Commit

Permalink
chore: update version to 2.8-2023.12.13-3973ffbbd
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Dec 13, 2023
1 parent 3973ffb commit 4a3f317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Target branch is the release branch we're going to operate on
# Its name is 'release-<major>.<minor>'
TARGET_BRANCH="release-${TARGET_VERSION%\.[0-9]*}"
TARGET_BRANCH=release-$(echo "$TARGET_VERSION" | grep -oE '^[0-9]+\.[0-9]+')
# The release tag is the source tag, minus the release- prefix
RELEASE_TAG="${SOURCE_TAG#*release-}"
# Whether this is a pre-release (indicated by -rc suffix)
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
tag_name: ${{ env.RELEASE_TAG }}
draft: ${{ env.DRAFT_RELEASE }}
prerelease: ${{ needs.prepare-release.outputs.PRE_RELEASE }}
body: ${{ needs.prepare-release.outputs.RELEASE_NOTES }}
body_path: changelog/CHANGELOG-${{ needs.prepare-release.outputs.TARGET_VERSION }}.md

- name: Update homebrew formula
env:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8-2023.12.13-99e14b70b
2.8-2023.12.13-3973ffbbd

0 comments on commit 4a3f317

Please sign in to comment.