Skip to content

Commit

Permalink
Create Changelog post release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbashyal-nmdp authored Sep 24, 2021
1 parent d8da96f commit 2a39491
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Post release
on:
release:
types: [published]

jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
- uses: rhysd/changelog-from-release/action@v2
with:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2a39491

Please sign in to comment.