Skip to content

Commit 339e547

Browse files
committed
add just the body of tag as release notes
1 parent d068648 commit 339e547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
RELEASE_NOTES_DIR=/tmp/release-notes
5858
mkdir -p "$RELEASE_NOTES_DIR"
5959
RELEASE_NOTES_FILE="$RELEASE_NOTES_DIR/release-notes.md"
60-
git for-each-ref --format='%(contents)' ${{ github.ref }} > "$RELEASE_NOTES_FILE"
60+
git for-each-ref --format='%(body)' ${{ github.ref }} > "$RELEASE_NOTES_FILE"
6161
echo "Release notes file: $RELEASE_NOTES_FILE"
6262
echo "Release notes contents:"
6363
cat "$RELEASE_NOTES_FILE"

0 commit comments

Comments
 (0)