zx-bulk-release 1.17.2 → 1.17.3
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 +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [1.17.3](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.2...v1.17.3) (2022-06-29)
|
|
2
|
+
|
|
3
|
+
### Fixes & improvements
|
|
4
|
+
* docs: add roadmap ([185a12d](https://github.com/semrel-extra/zx-bulk-release/commit/185a12d8956c3e274035b863682afee3bd64ccb7))
|
|
5
|
+
|
|
1
6
|
## [1.17.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.1...v1.17.2) (2022-06-28)
|
|
2
7
|
|
|
3
8
|
### Fixes & improvements
|
package/README.md
CHANGED
|
@@ -17,6 +17,12 @@
|
|
|
17
17
|
* Docs are published to `gh-pages` branch (configurable).
|
|
18
18
|
* No extra builds. The required deps are fetched from the pkg registry (`npmFetch` config opt).
|
|
19
19
|
|
|
20
|
+
## Roadmap
|
|
21
|
+
* [ ] Multistack. Add support for java/kt/py.
|
|
22
|
+
* [ ] Self-repair. Restore broken/missing metadata from external registries (npm, pypi, m2).
|
|
23
|
+
* [ ] Semaphore. Let several release agents to serve the monorepo at the same time.
|
|
24
|
+
* [ ] Stats. Store release metrics to `meta`.
|
|
25
|
+
|
|
20
26
|
## Requirements
|
|
21
27
|
* macOS / linux
|
|
22
28
|
* Node.js >= 16.0.0
|
|
@@ -238,6 +244,7 @@ Each release projects its result into the `meta` branch.
|
|
|
238
244
|
* [conventional-changelog/releaser-tools](https://github.com/conventional-changelog/releaser-tools)
|
|
239
245
|
* [pmowrer/semantic-release-monorepo](https://github.com/pmowrer/semantic-release-monorepo)
|
|
240
246
|
* [jscutlery/semver](https://github.com/jscutlery/semver)
|
|
247
|
+
* [microsoft/rushstack](https://github.com/microsoft/rushstack)
|
|
241
248
|
* [tophat/monodeploy](https://github.com/tophat/monodeploy)
|
|
242
249
|
* [intuit/auto](https://github.com/intuit/auto)
|
|
243
250
|
* [vercel/turborepo](https://github.com/vercel/turborepo)
|