Skip to content

Commit

Permalink
chore(release): 9.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jul 1, 2024
1 parent 2150f9c commit 25c2108
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
RELEASE_VERSION=$(echo "${{ github.event.head_commit.message }}" | sed 's/.*\: //')
echo "RELEASE_VERSION=$RELEASE_VERSION"
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
PREVIOUS_VERSION=$(git describe --tags --abbrev=0)
echo "PREVIOUS_VERSION=$PREVIOUS_VERSION"
echo "PREVIOUS_VERSION=$PREVIOUS_VERSION" >> $GITHUB_ENV
- name: Release Args - Prerelease
if: contains(github.event.head_commit.message, '-')
Expand All @@ -45,6 +48,7 @@ jobs:
--draft \
$RELEASE_ARGS \
--generate-notes \
--notes-start-tag $PREVIOUS_VERSION \
--title v$RELEASE_VERSION
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 25c2108

Please sign in to comment.