0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: update changesets config (#3703)

chore: update changeset config
This commit is contained in:
Gao Sun 2023-04-17 16:22:39 +08:00 committed by GitHub
parent 457cb28224
commit b2b15723b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

View file

@ -13,5 +13,5 @@
"//": "END OF CAUTION",
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch"
"updateInternalDependencies": "minor"
}

View file

@ -43,12 +43,11 @@ jobs:
- name: Create pull request
if: github.event_name == 'push'
uses: peter-evans/create-pull-request@v5
uses: changesets/action@v1
with:
token: ${{ secrets.BOT_PAT }}
commit-message: 'release: version packages'
committer: silverhand-bot <bot@silverhand.io>
author: silverhand-bot <bot@silverhand.io>
base: master
branch: release/version-packages
version: node .scripts/version.js && pnpm i --no-frozen-lockfile && git status
setupGitUser: false
commit: 'release: version packages'
title: 'release: version packages'
env:
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}