mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
parent
457cb28224
commit
b2b15723b5
2 changed files with 7 additions and 8 deletions
|
@ -13,5 +13,5 @@
|
|||
"//": "END OF CAUTION",
|
||||
"access": "restricted",
|
||||
"baseBranch": "master",
|
||||
"updateInternalDependencies": "patch"
|
||||
"updateInternalDependencies": "minor"
|
||||
}
|
||||
|
|
13
.github/workflows/changesets.yml
vendored
13
.github/workflows/changesets.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue