Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanPaulus committed Jan 29, 2025
1 parent 21fb659 commit ad58989
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
echo "Changes between $PREVIOUS_TAG and $LATEST_TAG:" > release-notes.txt
git log "$PREVIOUS_TAG..$LATEST_TAG" --oneline >> release-notes.txt
RELEASE_NOTES=$(cat release-notes.txt | python3 ./scripts/sort-release-notes.py)
echo "DEBUG RELEASE NOTES ------"
echo "$RELEASE_NOTES"
RELEASE_NOTES=$(cat release-notes.txt | python3 ./scripts/create-release-notes.py)
echo "RELEASE_NOTES<<EOF" >> "$GITHUB_ENV"
echo "$RELEASE_NOTES" >> "$GITHUB_ENV"
Expand Down
File renamed without changes.

0 comments on commit ad58989

Please sign in to comment.