github: add changelog workflow
This commit is contained in:
parent
afedb536cc
commit
8f014c004d
14
.github/workflows/changelog.yml
vendored
Normal file
14
.github/workflows/changelog.yml
vendored
Normal 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 }}
|
Loading…
Reference in a new issue