Skip to content

Commit d15e1ce

Browse files
committed
chore: improve the release script
1 parent 6eeb021 commit d15e1ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ git push -f origin tag v$MAJOR_VERSION
3535
git push --follow-tags
3636

3737
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"
38+
RUNNER_NOTES="$RUNNER_NOTES
39+
**Full Runner Changelog**: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md"
3940
gh release create v$NEW_VERSION --title "v$NEW_VERSION" --notes "$RUNNER_NOTES" -d

0 commit comments

Comments
 (0)