Enable generation of release notes in GitHub Actions workflow
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -76,5 +76,7 @@ jobs:
|
||||
name: Release ${{ env.VERSION }}
|
||||
body: |
|
||||
${{ env.CHANGELOG_CONTENT }}
|
||||
generate_release_notes: true
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user