Skip to content

Commit 2ed0d7b

Browse files
committed
chore(ci): update PR name and prevent releases notes from being created automatically
1 parent 6ece9ee commit 2ed0d7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
uses: changesets/action@v1
2929
with:
3030
publish: npm run release
31+
title: 'chore(*): version packages'
32+
createGithubReleases: false
3133
env:
3234
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3335
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)