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.
2 parents a30a420 + 6ce7333 commit 8883be0Copy full SHA for 8883be0
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Generate release notes
74
run: |
75
- logs=$(git log ${{ steps.versioning.outputs.prev_tag }}..${{ steps.versioning.outputs.new_tag }} --pretty=format:"%H - %s - %an" --no-merges)
+ logs=$(git log ${{ steps.versioning.outputs.prev_tag }}..${{ steps.versioning.outputs.new_tag }} --pretty=format:"%H %s %an" --no-merges)
76
release_notes=$(echo "$logs" | sed 's/ - qyt$/ - @xengine-qyt/')
77
echo "$release_notes"
78
echo "release_notes=$release_notes" >> $GITHUB_ENV
0 commit comments