We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8da96f commit 2a39491Copy full SHA for 2a39491
.github/workflows/post-release.yml
@@ -0,0 +1,17 @@
1
+name: Post release
2
+on:
3
+ release:
4
+ types: [published]
5
+
6
+jobs:
7
+ changelog:
8
+ name: Update changelog
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ with:
13
+ ref: master
14
+ - uses: rhysd/changelog-from-release/action@v2
15
16
+ file: CHANGELOG.md
17
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments