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 c871c7c commit 1d701e3Copy full SHA for 1d701e3
.github/workflows/release.yml
@@ -57,7 +57,9 @@ jobs:
57
changelog="Commit changes for **$range**:"$'\n'
58
while read -r hash message; do
59
changelog="${changelog}* [${message}](${repo_url}/commit/${hash})"$'\n'
60
+ echo "processing...$hash $message"
61
done < <(git log $range --pretty=format:"%H %s")
62
+ echo "changelog: $changelog"
63
echo "changelog<<EOF" >> $GITHUB_OUTPUT
64
echo "$changelog" >> $GITHUB_OUTPUT
65
echo "EOF" >> $GITHUB_OUTPUT
0 commit comments