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 4940775 commit 9de009fCopy full SHA for 9de009f
.github/workflows/blank.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Build Release notes
102
run: |
103
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
104
- git tag -l --format='%(contents)' ${{ github.ref_name }}
+ git tag -l --format='%(contents)' ${{ github.ref_name }} >> ./release.md
105
106
- name: Build a changelog
107
run: ./infra/scripts/prepare_release_msg.sh >> ./release.md
0 commit comments