Skip to content

Commit

Permalink
Release version 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrouwerdigibase committed Mar 29, 2024
1 parent f9fd646 commit 7b171c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: env.IS_VALID == 'true'
id: generate_notes
run: |
PREVIOUS_TAG=$(git describe --abbrev=0 --tags --max-count=1)
PREVIOUS_TAG=$(git describe --tags --abbrev=0)
RELEASE_NOTES=$(git log --pretty=format:"- %s" $PREVIOUS_TAG..HEAD)
if [[ -z "$RELEASE_NOTES" ]]; then
RELEASE_NOTES="No changes since the last release."
Expand Down

0 comments on commit 7b171c6

Please sign in to comment.