Skip to content

Commit 36e3f65

Browse files
committed
Add release notes link and header to beginning of releasen notes
1 parent b75cb32 commit 36e3f65

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release-prod.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,13 @@ jobs:
139139
--base "release" \
140140
--limit 1 \
141141
--json "body" \
142-
| jq '.[].body'\
142+
| jq '.[].body' \
143143
| jq -r . \
144-
| sed '1,/^# Releases/d')
144+
| sed '1,/^# Releases/d' \
145+
)
146+
147+
# Prepend the Firebase release notes link and header
148+
RELEASE_NOTES="For more detailed release notes, see [Firebase JavaScript SDK Release Notes](https://firebase.google.com/support/release-notes/js).\n\n# What's Changed\n\n${RELEASE_NOTES}"
145149
146150
# Create the GitHub release
147151
gh release create "$NEWEST_TAG" \

0 commit comments

Comments
 (0)