We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e77c9 commit 9aabbe8Copy full SHA for 9aabbe8
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
else
46
range="$previous_tag..HEAD"
47
fi
48
- changelog="Commit changes for **${{ range }}**: \n"
+ changelog="Commit changes for **$range**: \n"
49
while read -r hash message; do
50
changelog="${changelog}* [${message}](${repo_url}/commit/${hash})"$'\n'
51
done < <(git log $range --pretty=format:"%H %s")
0 commit comments