Skip to content

Commit 4ec49de

Browse files
author
Vadym Vikulin
committed
Update build.yml
1 parent eb2c717 commit 4ec49de

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ jobs:
4141
run: |
4242
echo "" > RELEASE_BODY.md
4343
echo "## What's Changed" >> RELEASE_BODY.md
44-
PREV_TAG=$(git describe --tags --abbrev=0 HEAD^)
45-
git log ${PREV_TAG}..HEAD --pretty=format:"- %s" >> RELEASE_BODY.md
46-
echo "" >> RELEASE_BODY.md
47-
echo "---" >> RELEASE_BODY.md
48-
echo "**Full Changelog**: https://github.com/${{ github.repository }}/compare/${PREV_TAG}...${{ github.ref_name }}" >> RELEASE_BODY.md
44+
git log -n 10 --pretty=format:"- %s" >> RELEASE_BODY.md
4945
echo "" >> RELEASE_BODY.md
5046
echo "---" >> RELEASE_BODY.md
5147
echo "🔧 Thanks for supporting OpenGammaKit! If you find any issues or have suggestions, feel free to [open an issue](https://github.com/${{ github.repository }}/issues)." >> RELEASE_BODY.md

0 commit comments

Comments
 (0)