@mznjs/mbump 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -31
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,41 +1,14 @@
|
|
|
1
|
-
# @vill-v/bumpp
|
|
2
1
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
本包为
|
|
6
|
-
[bumpp](https://github.com/antfu/bumpp)
|
|
7
|
-
与
|
|
8
|
-
[changelogen](https://github.com/unjs/changelogen)
|
|
9
|
-
的组合
|
|
10
|
-
|
|
11
|
-
解决
|
|
12
|
-
- 使用 [bumpp](https://github.com/antfu/bumpp) 无法生成 CHANGELOG.md
|
|
13
|
-
- 使用 [changelogen](https://github.com/unjs/changelogen) 对 monorepo项目 无法进行有效的release
|
|
14
|
-
|
|
15
|
-
## 简单使用
|
|
16
|
-
|
|
17
|
-
```shell
|
|
18
|
-
vbumpp
|
|
2
|
+
``` shell
|
|
3
|
+
mbump
|
|
19
4
|
```
|
|
20
|
-
## monorepo项目
|
|
21
|
-
|
|
22
|
-
```shell
|
|
23
|
-
vbumpp -r
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
## 自定义bump文件
|
|
27
|
-
|
|
28
|
-
```shell
|
|
29
|
-
vbumpp package.json packages/*/package.json
|
|
30
|
-
```
|
|
31
|
-
|
|
32
5
|
## ❤️ 鸣谢
|
|
33
6
|
|
|
34
7
|
[bumpp](https://github.com/antfu/bumpp)
|
|
35
8
|
|
|
36
9
|
[changelogen](https://github.com/unjs/changelogen)
|
|
37
10
|
|
|
38
|
-
|
|
11
|
+
[vbumpp](https://gitee.com/vill-v/bumpp)
|
|
39
12
|
## License
|
|
40
13
|
|
|
41
|
-
[MIT](
|
|
14
|
+
[MIT](./LICENSE)
|