chore: Rename the website directory to docs
This commit is contained in:
25
docs/src/guide/project/changeset.md
Normal file
25
docs/src/guide/project/changeset.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Changeset
|
||||
|
||||
项目内置了 [changeset](https://github.com/changesets/changesets) 作为版本管理工具。Changeset 是一个版本管理工具,它可以帮助我们更好的管理版本,生成 changelog,以及自动发布。
|
||||
|
||||
详细使用方式可查看官方文档,这里不再阐述。如果你不需要它,可以直接忽略。
|
||||
|
||||
## 命令行
|
||||
|
||||
changeset 命令在项目中已经内置:
|
||||
|
||||
### 交互式填写变更集
|
||||
|
||||
```bash
|
||||
|
||||
pnpm run changeset
|
||||
|
||||
```
|
||||
|
||||
### 统一提升版本号
|
||||
|
||||
```bash
|
||||
|
||||
pnpm run version
|
||||
|
||||
```
|
Reference in New Issue
Block a user