mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
Allow publishing from this branch with legacy npm tag
This commit is contained in:
parent
6f4793656e
commit
839979d24f
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
"commit": false,
|
"commit": false,
|
||||||
"linked": [],
|
"linked": [],
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"baseBranch": "main",
|
"baseBranch": "4-legacy",
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch",
|
||||||
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
||||||
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
||||||
|
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
- "1-legacy"
|
- "1-legacy"
|
||||||
- "2-legacy"
|
- "2-legacy"
|
||||||
- "3-legacy"
|
- "3-legacy"
|
||||||
|
- "4-legacy"
|
||||||
- next
|
- next
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
@ -50,7 +51,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# Note: pnpm install after versioning is necessary to refresh lockfile
|
# Note: pnpm install after versioning is necessary to refresh lockfile
|
||||||
version: pnpm run version
|
version: pnpm run version
|
||||||
publish: pnpm exec changeset publish
|
publish: pnpm exec changeset publish --tag legacy
|
||||||
commit: "[ci] release"
|
commit: "[ci] release"
|
||||||
title: "[ci] release"
|
title: "[ci] release"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue