ruoyi-plus-vben5/docs/src/guide/project/changeset.md
2024-08-06 17:51:39 +08:00

22 lines
524 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Changeset
项目内置了 [changeset](https://github.com/changesets/changesets) 作为版本管理工具。Changeset 是一个版本管理工具,它可以帮助我们更好的管理版本,生成 changelog以及自动发布。
详细使用方式可查看官方文档,这里不再阐述。如果你不需要它,可以直接忽略。
## 命令行
changeset 命令在项目中已经内置:
### 交互式填写变更集
```bash
pnpm run changeset
```
### 统一提升版本号
```bash
pnpm run version
```