github: add changelog workflow

This commit is contained in:
Timothy DeHerrera 2021-02-26 00:48:03 -07:00
parent afedb536cc
commit 8f014c004d
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 14 additions and 0 deletions

14
.github/workflows/changelog.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Changelog
on:
release:
types: [published]
jobs:
generate_changelog:
runs-on: ubuntu-latest
steps:
- name: Generate change log
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}