zx-bulk-release 1.1.1 → 1.1.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 +0 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [1.1.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.1.1...v1.1.2) (2022-06-18)
|
|
2
|
+
|
|
3
|
+
### Fixes & improvements
|
|
4
|
+
* docs: fix usage example ([d18c169](https://github.com/semrel-extra/zx-bulk-release/commit/d18c1691c8447ffa1cde3dc5aa52fadf307d359a))
|
|
5
|
+
|
|
1
6
|
## [1.1.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.1.0...v1.1.1) (2022-06-18)
|
|
2
7
|
|
|
3
8
|
### Fixes & improvements
|
package/README.md
CHANGED
|
@@ -8,11 +8,6 @@
|
|
|
8
8
|
GH_TOKEN=foo NPM_TOKEN=bar npx zx-bulk-release [opts]
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
or just copy-paste, tweak a bit and run with [zx-extra](https://github.com/qiwi/zx-extra):
|
|
12
|
-
```shell
|
|
13
|
-
GH_TOKEN=foo NPM_TOKEN=bar zx-extra zx-bulk-release.mjs
|
|
14
|
-
```
|
|
15
|
-
|
|
16
11
|
## Roadmap
|
|
17
12
|
* [x] [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) trigger semantic releases.
|
|
18
13
|
* [x] Predictable [toposort](https://githib.com/semrel-extra/topo)-driven flow.
|