chore: 初始化 changeset

This commit is contained in:
wangxuefeng 2025-03-24 14:49:01 +08:00
parent 1f6f15af9d
commit bbc19319ee
3 changed files with 22 additions and 14 deletions

View File

@ -1,5 +1,8 @@
# Changesets
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it [in our repository](https://github.com/changesets/changesets)
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
We have a quick list of common questions to get you started engaging with this project in [our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

View File

@ -0,0 +1,12 @@
---
'@sy/wujie-vue2-renderer-adapter': major
'@sy/wujie-vue3-renderer-adapter': major
'@sy/vue3-renderer-adapter': major
'@sy/anti-debugger': major
'@sy/y-code-designer': major
'@sy/y-code-platform': major
'@sy/y-code-renderer': major
'@sy/y-code-docs': major
---
y-code release

View File

@ -1,18 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "vbenjs/vue-vben-admin" }
],
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [["@vben-core/*", "@vben/*"]],
"snapshot": {
"prereleaseTemplate": "{tag}-{datetime}"
},
"privatePackages": { "version": true, "tag": true },
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}