mirror of
https://github.com/withastro/astro.git
synced 2025-03-17 23:11:29 -05:00
ci: changeset base
This commit is contained in:
parent
cc28da35df
commit
6f8f5467b0
2 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"commit": false,
|
||||
"linked": [],
|
||||
"access": "public",
|
||||
"baseBranch": "next",
|
||||
"baseBranch": "origin/next",
|
||||
"updateInternalDependencies": "patch",
|
||||
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
||||
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
||||
|
|
2
.github/workflows/snapshot-release.yml
vendored
2
.github/workflows/snapshot-release.yml
vendored
|
@ -84,6 +84,8 @@ jobs:
|
|||
- name: Bump Package Versions
|
||||
id: changesets
|
||||
run: |
|
||||
# Snapshots don't work in pre mode. See https://github.com/changesets/changesets/issues/1195
|
||||
pnpm changeset pre exit
|
||||
pnpm exec changeset status --output status.output.json 2>&1
|
||||
pnpm exec changeset version --snapshot ${{ steps.getSnapshotName.outputs.result }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue