zx-bulk-release 1.17.1 → 1.17.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/CHANGELOG.md +5 -0
- package/README.md +6 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [1.17.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.1...v1.17.2) (2022-06-28)
|
|
2
|
+
|
|
3
|
+
### Fixes & improvements
|
|
4
|
+
* docs: add npm badge ([f63dfe3](https://github.com/semrel-extra/zx-bulk-release/commit/f63dfe338208641a8edd910b81e320deeed2446c))
|
|
5
|
+
|
|
1
6
|
## [1.17.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.0...v1.17.1) (2022-06-28)
|
|
2
7
|
|
|
3
8
|
### Fixes & improvements
|
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
[](https://github.com/semrel-extra/zx-bulk-release/actions)
|
|
5
5
|
[](https://codeclimate.com/github/semrel-extra/zx-bulk-release/maintainability)
|
|
6
6
|
[](https://codeclimate.com/github/semrel-extra/zx-bulk-release/test_coverage)
|
|
7
|
+
[](https://www.npmjs.com/package/zx-bulk-release)
|
|
7
8
|
|
|
8
9
|
🚧 Work in progress. Early access preview
|
|
9
10
|
|
|
@@ -22,6 +23,10 @@
|
|
|
22
23
|
* npm >=7 / yarn >= 3
|
|
23
24
|
|
|
24
25
|
## Usage
|
|
26
|
+
### Install
|
|
27
|
+
```shell
|
|
28
|
+
yarn add zx-bulk-release
|
|
29
|
+
```
|
|
25
30
|
### CLI
|
|
26
31
|
```shell
|
|
27
32
|
GH_TOKEN=ghtoken GH_USER=username NPM_TOKEN=npmtoken npx zx-bulk-release [opts]
|
|
@@ -130,7 +135,7 @@ try {
|
|
|
130
135
|
```
|
|
131
136
|
|
|
132
137
|
### `topo`
|
|
133
|
-
[Toposort](https://github.com/semrel-extra/topo) is used to
|
|
138
|
+
[Toposort](https://github.com/semrel-extra/topo) is used to resolve the pkg release queue.
|
|
134
139
|
By default, it omits the packages marked as `private`. You can override this by setting the `--include-private` flag.
|
|
135
140
|
|
|
136
141
|
### `analyze`
|