There was an error while loading. Please reload this page.
1 parent b0a2b87 commit 8afd2beCopy full SHA for 8afd2be
1 file changed
.github/workflows/release-on-tag.yml
@@ -68,9 +68,7 @@ jobs:
68
p {print}
69
' CHANGELOG.md)
70
if [ -z "$notes" ]; then
71
- notes="## [$VERSION]
72
-
73
-Release notes not found."
+ notes=$(printf "## [%s]\n\nRelease notes not found." "$VERSION")
74
fi
75
else
76
notes="Release notes not found in CHANGELOG.md."
0 commit comments