Skip to content

Commit 9ef0458

Browse files
chore: create release notes automatically (#3173)
1 parent ff17049 commit 9ef0458

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@ jobs:
301301
# refresh token before Saturday, May 25, 2024
302302
NPM_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}
303303
NODE_AUTH_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}
304+
- name: Create Release Pull Request
305+
# Create release notes
306+
uses: changesets/action@v1
307+
env:
308+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
304309
- name: Create PR to v2-develop branch
305310
env:
306311
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)