@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.
Files changed (2) hide show
  1. package/README.md +4 -31
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,41 +1,14 @@
1
- # @vill-v/bumpp
2
1
 
3
- 遵循 semver 规范进行 release 的工具包(暂时只针对个人使用,并没有开放过多的配置项)
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](https://gitee.com/vill-v/bump/blob/main/LICENSE)
14
+ [MIT](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mznjs/mbump",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "bin": {