Fix changeset version run (#6917)

This commit is contained in:
Bjorn Lu 2023-04-27 17:15:58 +08:00 committed by GitHub
parent 58f7700e87
commit 465a1a5efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"access": "public", "access": "public",
"baseBranch": "main", "baseBranch": "main",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",
"ignore": ["@example/*", "@test/*"], "ignore": ["!(astro|create-astro|@astrojs/*|astro-scripts)"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true "onlyUpdatePeerDependentsWhenOutOfRange": true
} }

View file

@ -1 +1 @@
{} {"name": "@test/create-astro-not-empty"}