Skip to content

Commit

Permalink
Merge pull request #5 from helios-ag/changelog
Browse files Browse the repository at this point in the history
Added config for changelog
  • Loading branch information
helios-ag authored Jan 13, 2022
2 parents c9a49d0 + 6f90e9d commit 15adb98
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 15adb98

Please sign in to comment.