Skip to content

Commit

Permalink
Add "Create Changelog" workflow (#12)
Browse files Browse the repository at this point in the history
add "Create Changelog" workflow
  • Loading branch information
cegekaJG authored Mar 20, 2023
1 parent b17e47f commit 4d7c951
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/CreateChangelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Create Changelog
on:
release:
types:
- created
workflow-dispatch:

permissions:
contents: write

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 4d7c951

Please sign in to comment.