0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Allow publishing from this branch with legacy npm tag

This commit is contained in:
bluwy 2024-12-05 21:59:57 +08:00
parent 6f4793656e
commit 839979d24f
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"baseBranch": "4-legacy",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true

View file

@ -7,6 +7,7 @@ on:
- "1-legacy"
- "2-legacy"
- "3-legacy"
- "4-legacy"
- next
defaults:
@ -50,7 +51,7 @@ jobs:
with:
# Note: pnpm install after versioning is necessary to refresh lockfile
version: pnpm run version
publish: pnpm exec changeset publish
publish: pnpm exec changeset publish --tag legacy
commit: "[ci] release"
title: "[ci] release"
env: