Skip to content

Commit b42172e

Browse files
add release notes job to release workflow (#399)
1 parent 5f07ea1 commit b42172e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,12 @@ jobs:
8080
git push https://gluon-bot:[email protected]/$GITHUB_REPOSITORY HEAD:master
8181
env:
8282
PAT: ${{ secrets.GITHUB_TOKEN }}
83+
84+
release-notes:
85+
runs-on: ubuntu-latest
86+
needs: [build]
87+
steps:
88+
- name: Create GitHub release
89+
uses: softprops/action-gh-release@v2
90+
with:
91+
generate_release_notes: true

0 commit comments

Comments
 (0)