Skip to content

Commit

Permalink
added changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Jan 21, 2022
1 parent 3099367 commit 0b3c0b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Changelog
on:
release:
types:
- created
jobs:
changelog:
runs-on: ubuntu-20.04
steps:
- name: "✏️ Generate release changelog"
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0b3c0b2

Please sign in to comment.