Skip to content

Commit 0b75cd2

Browse files
committed
Better release notes message generation.
1 parent 6b25b1b commit 0b75cd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

publish-release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ curl --request POST \
2727
\"tag_name\": \"${PACKAGE_VERSION}\",
2828
\"target_commitish\": \"${DEFAULT_BRANCH}\",
2929
\"name\": \"${PACKAGE_VERSION}\",
30-
\"body\": \"${PACKAGE_RELEASE_NOTES}\",
30+
\"body\": \"https://www.nuget.org/packages/Platform.$REPOSITORY_NAME/${PACKAGE_VERSION}
31+
32+
${PACKAGE_RELEASE_NOTES}\",
3133
\"draft\": false,
3234
\"prerelease\": false
3335
}"

0 commit comments

Comments
 (0)