There was an error while loading. Please reload this page.
1 parent 6eeb021 commit d15e1ceCopy full SHA for d15e1ce
1 file changed
scripts/release.sh
@@ -35,5 +35,6 @@ git push -f origin tag v$MAJOR_VERSION
35
git push --follow-tags
36
37
RUNNER_NOTES=$(gh release view v$NEW_VERSION -R CodSpeedHQ/runner --json body | jq -r .body)
38
-RUNNER_NOTES="$RUNNER_NOTES\n\nFull Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md"
+RUNNER_NOTES="$RUNNER_NOTES
39
+**Full Runner Changelog**: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md"
40
gh release create v$NEW_VERSION --title "v$NEW_VERSION" --notes "$RUNNER_NOTES" -d
0 commit comments