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",
|
"//": "END OF CAUTION",
|
||||||
"access": "restricted",
|
"access": "restricted",
|
||||||
"baseBranch": "master",
|
"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
|
- name: Create pull request
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: changesets/action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_PAT }}
|
version: node .scripts/version.js && pnpm i --no-frozen-lockfile && git status
|
||||||
commit-message: 'release: version packages'
|
setupGitUser: false
|
||||||
committer: silverhand-bot <bot@silverhand.io>
|
commit: 'release: version packages'
|
||||||
author: silverhand-bot <bot@silverhand.io>
|
|
||||||
base: master
|
|
||||||
branch: release/version-packages
|
|
||||||
title: 'release: version packages'
|
title: 'release: version packages'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
|
||||||
|
|
Loading…
Reference in a new issue