Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve release docs #6777

Open
wants to merge 1 commit into
base: v5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project uses changeset to manage version release, and the specific release

1. 完成相关的开发工作
2. 从 v5 分支创建一个分支(任意分支名均可)
3. 执行 `npm run version` 命令,根据提示填写相关信息,会自动更新版本号
3. 根目录执行 `npm run version` 命令,根据提示填写相关信息,会自动更新版本号
4. 将变更提交到远程仓库
5. 在 GitHub 上创建一个 PR,并添加 `publish` 标签,将该分支合并到 v5 分支
6. 分支合并后,会自动触发 GitHub Actions,发布到 npm
9 changes: 9 additions & 0 deletions packages/site/docs/manual/contribute.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,3 +377,12 @@ After your PR is submitted, we will review your code. Please be patient and awai
## Release Process

We regularly release new versions. If your PR is for a non-urgent bug fix, it will be included in the next release. If your PR addresses an urgent bug fix, we will release a new version as soon as possible.

This project uses changeset to manage version release, and the specific release process is as follows:

1. Complete related development work
2. Create a branch from v5 (any name you want)
3. Run `npm run version` command, fill in the information according to the prompt, and the version number will be updated automatically
4. Commit the changes to the remote repository
5. Create a PR on GitHub, add the `publish` label, and merge the branch to v5
6. After the branch is merged, GitHub Actions will be triggered automatically, and the package will be published to npm
9 changes: 9 additions & 0 deletions packages/site/docs/manual/contribute.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,3 +377,12 @@ PR 提交后,我们会对你的代码进行 Review。请耐心等待 Review
## 发布流程

我们会定期发布新版本,如果你的 PR 是非紧急缺陷修复,我们会在下一个版本中发布。如果你的 PR 是紧急缺陷修复,我们会尽快发布新版本。

本项目通过 changeset 来管理版本发布,具体的发布流程如下:

1. 完成相关的开发工作
2. 从 v5 分支创建一个分支(任意分支名均可)
3. 根目录执行 `npm run version` 命令,根据提示填写相关信息,会自动更新版本号
4. 将变更提交到远程仓库
5. 在 GitHub 上创建一个 PR,并添加 `publish` 标签,将该分支合并到 v5 分支
6. 分支合并后,会自动触发 GitHub Actions,发布到 npm