We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a985e05 commit 691042bCopy full SHA for 691042b
.github/workflows/github-release.yml
@@ -58,7 +58,7 @@ jobs:
58
COMPARE_URL="https://github.com/${{ github.repository }}/compare/${PREV_TAG}...${TAG_NAME}"
59
CHANGELOG_URL="https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md"
60
61
- echo "[${PREV_TAG}...${TAG_NAME}]($COMPARE_URL)**" > release_notes.md
+ echo "[${PREV_TAG}...${TAG_NAME}]($COMPARE_URL)" > release_notes.md
62
echo "" >> release_notes.md
63
echo "[Full changelog]($CHANGELOG_URL)" >> release_notes.md
64
0 commit comments