bulk-release 2.12.0 → 2.12.1
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 +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [2.12.1](https://github.com/semrel-extra/zx-bulk-release/compare/v2.12.0...v2.12.1) (2023-11-02)
|
|
2
|
+
|
|
3
|
+
### Fixes & improvements
|
|
4
|
+
* docs: fixes a broken link in README ([4b02a4d](https://github.com/semrel-extra/zx-bulk-release/commit/4b02a4db49a19b493c790f32096c34c82f90536a))
|
|
5
|
+
|
|
1
6
|
## [2.12.0](https://github.com/semrel-extra/zx-bulk-release/compare/v2.11.7...v2.12.0) (2023-09-19)
|
|
2
7
|
|
|
3
8
|
### Features
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
## Key features
|
|
10
10
|
* [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) trigger semantic releases.
|
|
11
11
|
* Automated cross-pkg version bumping.
|
|
12
|
-
* Predictable [toposort](https://
|
|
12
|
+
* Predictable [toposort](https://github.com/semrel-extra/topo)-driven flow.
|
|
13
13
|
* No default branch blocking (no release commits).
|
|
14
14
|
* Pkg changelogs go to `changelog` branch (configurable).
|
|
15
15
|
* Docs are published to `gh-pages` branch (configurable).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bulk-release",
|
|
3
3
|
"alias": "bulk-release",
|
|
4
|
-
"version": "2.12.
|
|
4
|
+
"version": "2.12.1",
|
|
5
5
|
"description": "zx-based alternative for multi-semantic-release",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"c8": "^8.0.1",
|
|
33
33
|
"uvu": "^0.5.6",
|
|
34
|
-
"verdaccio": "^5.26.
|
|
34
|
+
"verdaccio": "^5.26.3"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|