Skip to content

Commit b2b1572

Browse files
authored
chore: update changesets config (#3703)
chore: update changeset config
1 parent 457cb28 commit b2b1572

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"//": "END OF CAUTION",
1414
"access": "restricted",
1515
"baseBranch": "master",
16-
"updateInternalDependencies": "patch"
16+
"updateInternalDependencies": "minor"
1717
}

.github/workflows/changesets.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ jobs:
4343
4444
- name: Create pull request
4545
if: github.event_name == 'push'
46-
uses: peter-evans/create-pull-request@v5
46+
uses: changesets/action@v1
4747
with:
48-
token: ${{ secrets.BOT_PAT }}
49-
commit-message: 'release: version packages'
50-
committer: silverhand-bot <[email protected]>
51-
author: silverhand-bot <[email protected]>
52-
base: master
53-
branch: release/version-packages
48+
version: node .scripts/version.js && pnpm i --no-frozen-lockfile && git status
49+
setupGitUser: false
50+
commit: 'release: version packages'
5451
title: 'release: version packages'
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}

0 commit comments

Comments
 (0)