Automatically generate release notes

This commit is contained in:
spikecodes 2021-12-27 10:15:25 -08:00
parent 7aeabfc4bc
commit 90fa0b5496
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
5 changed files with 10 additions and 21 deletions

View file

@ -43,12 +43,13 @@ jobs:
if: github.base_ref != 'master'
with:
tag_name: ${{ steps.version.outputs.version }}
name: ${{ steps.version.outputs.version }} - NAME
name: ${{ steps.version.outputs.version }} - ${{ github.event.head_commit.message }}
draft: true
files: |
target/release/libreddit
libreddit.sha512
body: |
- ${{ github.event.head_commit.message }} ${{ github.sha }}
- ${{ github.event.head_commit.message }} ${{ github.sha }}
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}