bulk-release 2.2.13
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 +540 -0
- package/LICENSE +21 -0
- package/README.md +312 -0
- package/package.json +44 -0
- package/src/main/js/analyze.js +70 -0
- package/src/main/js/changelog.js +42 -0
- package/src/main/js/cli.js +7 -0
- package/src/main/js/config.js +52 -0
- package/src/main/js/deps.js +90 -0
- package/src/main/js/gh.js +49 -0
- package/src/main/js/git.js +101 -0
- package/src/main/js/index.js +1 -0
- package/src/main/js/log.js +63 -0
- package/src/main/js/meta.js +171 -0
- package/src/main/js/npm.js +65 -0
- package/src/main/js/processor.js +155 -0
- package/src/main/js/util.js +46 -0
- package/src/test/js/test-utils.js +63 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,540 @@
|
|
|
1
|
+
## [2.2.13](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.12...v2.2.13) (2023-03-27)
|
|
2
|
+
|
|
3
|
+
### Fixes & improvements
|
|
4
|
+
* perf: republish as `bulk-release` ([7927df7](https://github.com/semrel-extra/zx-bulk-release/commit/7927df77eb5ac1898d7df1156f0ab17e42d26464))
|
|
5
|
+
|
|
6
|
+
## [2.2.12](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.11...v2.2.12) (2023-03-27)
|
|
7
|
+
|
|
8
|
+
### Fixes & improvements
|
|
9
|
+
* fix: fix git push ([5cc1d8f](https://github.com/semrel-extra/zx-bulk-release/commit/5cc1d8fb25a399a2c69e8fd990f1a6ee73011b28))
|
|
10
|
+
|
|
11
|
+
## [2.2.11](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.10...v2.2.11) (2023-03-25)
|
|
12
|
+
|
|
13
|
+
### Fixes & improvements
|
|
14
|
+
* perf: apply memoize to `gitRoot` ([4f3488b](https://github.com/semrel-extra/zx-bulk-release/commit/4f3488bd4a7faea756e7c5b6ad6e59bbdf81846b))
|
|
15
|
+
|
|
16
|
+
## [2.2.10](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.9...v2.2.10) (2023-03-24)
|
|
17
|
+
|
|
18
|
+
### Fixes & improvements
|
|
19
|
+
* fix: debug point for publish step ([c4eedf9](https://github.com/semrel-extra/zx-bulk-release/commit/c4eedf9ddbe2120961ffc5f55b723cbbdc41cef8))
|
|
20
|
+
|
|
21
|
+
## [2.2.9](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.8...v2.2.9) (2023-03-24)
|
|
22
|
+
|
|
23
|
+
### Fixes & improvements
|
|
24
|
+
* refactor: wrap git pushers with queuefy ([2e9355f](https://github.com/semrel-extra/zx-bulk-release/commit/2e9355f69724a8ba097024456cbe5a80f37ea2a7))
|
|
25
|
+
|
|
26
|
+
## [2.2.8](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.7...v2.2.8) (2023-03-24)
|
|
27
|
+
|
|
28
|
+
### Fixes & improvements
|
|
29
|
+
* fix: fix git-push-rebase-retry hook ([30df2f1](https://github.com/semrel-extra/zx-bulk-release/commit/30df2f1d25d43145343e47f2f96d4a00955d6b76))
|
|
30
|
+
|
|
31
|
+
## [2.2.7](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.6...v2.2.7) (2023-03-24)
|
|
32
|
+
|
|
33
|
+
### Fixes & improvements
|
|
34
|
+
* docs: describe more CLI flags ([6f7a053](https://github.com/semrel-extra/zx-bulk-release/commit/6f7a053ae2fe2da8fd71858b132ef4ac4d1456ad))
|
|
35
|
+
* refactor: move `topo` to ctx builder ([6fec83c](https://github.com/semrel-extra/zx-bulk-release/commit/6fec83c10dd76feb93a3148eb2c032c6eaa902f1))
|
|
36
|
+
|
|
37
|
+
## [2.2.6](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.5...v2.2.6) (2023-03-24)
|
|
38
|
+
|
|
39
|
+
### Fixes & improvements
|
|
40
|
+
* refactor: apply memoize to git utils ([ff8ff78](https://github.com/semrel-extra/zx-bulk-release/commit/ff8ff7840eb65171b7d69d45cafed944627bfd20))
|
|
41
|
+
|
|
42
|
+
## [2.2.5](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.4...v2.2.5) (2023-03-24)
|
|
43
|
+
|
|
44
|
+
### Fixes & improvements
|
|
45
|
+
* perf: print err.stack on process failure ([5f3271f](https://github.com/semrel-extra/zx-bulk-release/commit/5f3271fa4e85d6d8f0b23ad240c9d566fddf69be))
|
|
46
|
+
|
|
47
|
+
## [2.2.4](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.3...v2.2.4) (2023-03-24)
|
|
48
|
+
|
|
49
|
+
### Fixes & improvements
|
|
50
|
+
* fix: add debug notes ([3cf101b](https://github.com/semrel-extra/zx-bulk-release/commit/3cf101b3330a5b0415684d9c3b097bb1832b4365))
|
|
51
|
+
|
|
52
|
+
## [2.2.3](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.2...v2.2.3) (2023-03-24)
|
|
53
|
+
|
|
54
|
+
### Fixes & improvements
|
|
55
|
+
* fix: debug ([c1699e6](https://github.com/semrel-extra/zx-bulk-release/commit/c1699e6c7d8bbc180c4ef17dfdb9f25816814578))
|
|
56
|
+
|
|
57
|
+
## [2.2.2](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.1...v2.2.2) (2023-03-24)
|
|
58
|
+
|
|
59
|
+
### Fixes & improvements
|
|
60
|
+
* fix: fix gitPush retry ([268da72](https://github.com/semrel-extra/zx-bulk-release/commit/268da727036b0d3bf20b1ef10053440c5f56dad0))
|
|
61
|
+
|
|
62
|
+
## [2.2.1](https://github.com/semrel-extra/zx-bulk-release/compare/v2.2.0...v2.2.1) (2023-03-23)
|
|
63
|
+
|
|
64
|
+
### Fixes & improvements
|
|
65
|
+
* perf: make parallel internal `publish` tasks ([87f388e](https://github.com/semrel-extra/zx-bulk-release/commit/87f388ea2ff5cce96cca600903d80260f13f0908))
|
|
66
|
+
* refactor: improve internal reporter ([cc62df7](https://github.com/semrel-extra/zx-bulk-release/commit/cc62df762c0581db159ddd2fae8d90b085911884))
|
|
67
|
+
|
|
68
|
+
## [2.2.0](https://github.com/semrel-extra/zx-bulk-release/compare/v2.1.6...v2.2.0) (2023-03-23)
|
|
69
|
+
|
|
70
|
+
### Fixes & improvements
|
|
71
|
+
* fix: fix basicAuth tpl ([b6af2f5](https://github.com/semrel-extra/zx-bulk-release/commit/b6af2f51a2e13ddb5a3b6b1ef288595aae61e746))
|
|
72
|
+
|
|
73
|
+
### Features
|
|
74
|
+
* feat: inherit gh and npm creds from pkg release configs ([f07dd4f](https://github.com/semrel-extra/zx-bulk-release/commit/f07dd4fa0cf9d26942780ccf0c34406b345dae39))
|
|
75
|
+
|
|
76
|
+
## [2.1.6](https://github.com/semrel-extra/zx-bulk-release/compare/v2.1.5...v2.1.6) (2023-03-22)
|
|
77
|
+
|
|
78
|
+
### Fixes & improvements
|
|
79
|
+
* fix: fix memoized build recursion ([413f2bf](https://github.com/semrel-extra/zx-bulk-release/commit/413f2bfcf456f4fefdab527ebe09112b6f26057c))
|
|
80
|
+
|
|
81
|
+
## [2.1.5](https://github.com/semrel-extra/zx-bulk-release/compare/v2.1.4...v2.1.5) (2023-03-22)
|
|
82
|
+
|
|
83
|
+
### Fixes & improvements
|
|
84
|
+
* fix: add `--ignore-failed-read` tar flag ([096134d](https://github.com/semrel-extra/zx-bulk-release/commit/096134dec953023373109d559b519efea2f41ca5))
|
|
85
|
+
|
|
86
|
+
## [2.1.4](https://github.com/semrel-extra/zx-bulk-release/compare/v2.1.3...v2.1.4) (2023-03-22)
|
|
87
|
+
|
|
88
|
+
### Fixes & improvements
|
|
89
|
+
* fix: separate `buildCmd` & `testCmd` directives ([1112d5c](https://github.com/semrel-extra/zx-bulk-release/commit/1112d5c4b16a7a1020402f77a33780627952be87))
|
|
90
|
+
|
|
91
|
+
## [2.1.3](https://github.com/semrel-extra/zx-bulk-release/compare/v2.1.2...v2.1.3) (2023-03-22)
|
|
92
|
+
|
|
93
|
+
### Fixes & improvements
|
|
94
|
+
* refactor: simplify topo filter ([a69735c](https://github.com/semrel-extra/zx-bulk-release/commit/a69735cef0d6fed15ac8e1a10a3c0a7378b5874c))
|
|
95
|
+
|
|
96
|
+
## [2.1.2](https://github.com/semrel-extra/zx-bulk-release/compare/v2.1.1...v2.1.2) (2023-03-22)
|
|
97
|
+
|
|
98
|
+
### Fixes & improvements
|
|
99
|
+
* perf: reduce pkg fetch timeout ([6c5ddb8](https://github.com/semrel-extra/zx-bulk-release/commit/6c5ddb8977f2f1bf6f0aa316014269f0e6745f19))
|
|
100
|
+
|
|
101
|
+
## [2.1.1](https://github.com/semrel-extra/zx-bulk-release/compare/v2.1.0...v2.1.1) (2023-03-22)
|
|
102
|
+
|
|
103
|
+
### Fixes & improvements
|
|
104
|
+
* fix: fix tar opts ([6d17135](https://github.com/semrel-extra/zx-bulk-release/commit/6d1713521d1660a7d4085dc6a3a20f7c856e39db))
|
|
105
|
+
|
|
106
|
+
## [2.1.0](https://github.com/semrel-extra/zx-bulk-release/compare/v2.0.1...v2.1.0) (2023-03-22)
|
|
107
|
+
|
|
108
|
+
### Features
|
|
109
|
+
* feat: add memoize to avoid redundant builds ([151ea71](https://github.com/semrel-extra/zx-bulk-release/commit/151ea7118af3907aad73f395ac3fb2420e25b2c8))
|
|
110
|
+
|
|
111
|
+
## [2.0.1](https://github.com/semrel-extra/zx-bulk-release/compare/v2.0.0...v2.0.1) (2023-03-22)
|
|
112
|
+
|
|
113
|
+
### Fixes & improvements
|
|
114
|
+
* perf: optimize pkg fetch ([749ea0b](https://github.com/semrel-extra/zx-bulk-release/commit/749ea0b29f854e57a447f4cdefe06ab32acba497))
|
|
115
|
+
|
|
116
|
+
## [2.0.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.26.2...v2.0.0) (2023-03-21)
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
* feat: replace sequent flow with concurrent ([ec35d7e](https://github.com/semrel-extra/zx-bulk-release/commit/ec35d7e337e64369f0423b71008345177f3ac949))
|
|
120
|
+
|
|
121
|
+
### BREAKING CHANGES
|
|
122
|
+
* concurrent flow might cause throttling issues ([ec35d7e](https://github.com/semrel-extra/zx-bulk-release/commit/ec35d7e337e64369f0423b71008345177f3ac949))
|
|
123
|
+
|
|
124
|
+
## [1.26.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.26.1...v1.26.2) (2023-03-21)
|
|
125
|
+
|
|
126
|
+
### Fixes & improvements
|
|
127
|
+
* refactor: separate processor layer ([dae6b96](https://github.com/semrel-extra/zx-bulk-release/commit/dae6b9682cd7d283e4f776c69f30c5f50fe9fa41))
|
|
128
|
+
|
|
129
|
+
## [1.26.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.26.0...v1.26.1) (2023-02-08)
|
|
130
|
+
|
|
131
|
+
### Fixes & improvements
|
|
132
|
+
* fix: allow multiple scopes in prefix ([2df6cb7](https://github.com/semrel-extra/zx-bulk-release/commit/2df6cb7999bed91968693069b80adeeb29b3890a))
|
|
133
|
+
|
|
134
|
+
## [1.26.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.25.3...v1.26.0) (2023-01-17)
|
|
135
|
+
|
|
136
|
+
### Features
|
|
137
|
+
* feat: expose test-utils ([59e9708](https://github.com/semrel-extra/zx-bulk-release/commit/59e9708d9adde41ef1f1a53d044f944e40ef000e))
|
|
138
|
+
|
|
139
|
+
## [1.25.3](https://github.com/semrel-extra/zx-bulk-release/compare/v1.25.2...v1.25.3) (2023-01-12)
|
|
140
|
+
|
|
141
|
+
### Fixes & improvements
|
|
142
|
+
* fix: add relpath to report ([d67355c](https://github.com/semrel-extra/zx-bulk-release/commit/d67355c8aced32918a8ae078e5182ce2ce58b3b6))
|
|
143
|
+
|
|
144
|
+
## [1.25.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.25.1...v1.25.2) (2022-11-22)
|
|
145
|
+
|
|
146
|
+
### Fixes & improvements
|
|
147
|
+
* fix(deps): update dependency cosmiconfig to v8 ([1ea0184](https://github.com/semrel-extra/zx-bulk-release/commit/1ea01849f902c850f357a9f14490f73de4d8c2d6))
|
|
148
|
+
|
|
149
|
+
## [1.25.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.25.0...v1.25.1) (2022-10-18)
|
|
150
|
+
|
|
151
|
+
### Fixes & improvements
|
|
152
|
+
* perf: export getLatestTaggedVersion (#10) ([32a9db8](https://github.com/semrel-extra/zx-bulk-release/commit/32a9db8f6f8a1aec8f452e7a2e4bc6d56c77ecfa))
|
|
153
|
+
|
|
154
|
+
## [1.25.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.24.0...v1.25.0) (2022-10-17)
|
|
155
|
+
|
|
156
|
+
### Features
|
|
157
|
+
* feat: enaple zx-extra `preferLocal` flag for `runCmd` hooks ([2b3cad5](https://github.com/semrel-extra/zx-bulk-release/commit/2b3cad58484e68869e1f712ea26cd10870ef86ee))
|
|
158
|
+
|
|
159
|
+
## [1.24.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.23.0...v1.24.0) (2022-10-15)
|
|
160
|
+
|
|
161
|
+
### Features
|
|
162
|
+
* feat: add pkg.tag to report ([c3e6d76](https://github.com/semrel-extra/zx-bulk-release/commit/c3e6d76b9001f6935b17eac8496425ce519230e0))
|
|
163
|
+
|
|
164
|
+
### Fixes & improvements
|
|
165
|
+
* fix: fix report format ([274401c](https://github.com/semrel-extra/zx-bulk-release/commit/274401c8685469801258574c20ae3c4c94f6956f))
|
|
166
|
+
|
|
167
|
+
## [1.23.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.22.3...v1.23.0) (2022-10-14)
|
|
168
|
+
|
|
169
|
+
### Features
|
|
170
|
+
* feat: introduce reports ([443102c](https://github.com/semrel-extra/zx-bulk-release/commit/443102c6395adabef63e433ec1136d30dbe8fff4))
|
|
171
|
+
|
|
172
|
+
### Fixes & improvements
|
|
173
|
+
* refactor: introduce internal logger ([ede8d6d](https://github.com/semrel-extra/zx-bulk-release/commit/ede8d6df3612654f3d6e9d5997f1b579c8149f2b))
|
|
174
|
+
* perf: up depx ([372bab2](https://github.com/semrel-extra/zx-bulk-release/commit/372bab2639d8feabaf1153e2cb0576838edb556f))
|
|
175
|
+
|
|
176
|
+
## [1.22.3](https://github.com/semrel-extra/zx-bulk-release/compare/v1.22.2...v1.22.3) (2022-08-25)
|
|
177
|
+
|
|
178
|
+
### Fixes & improvements
|
|
179
|
+
* fix: fix commit analyzer regexp ([18f38a5](https://github.com/semrel-extra/zx-bulk-release/commit/18f38a5e7c95030d85bc5b3d47b49e0f9ba6164d))
|
|
180
|
+
|
|
181
|
+
## [1.22.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.22.1...v1.22.2) (2022-08-25)
|
|
182
|
+
|
|
183
|
+
### Fixes & improvements
|
|
184
|
+
* fix: fix commit scope regexp ([507885d](https://github.com/semrel-extra/zx-bulk-release/commit/507885d0a24042450f0e5a4728ffd060ea33a673))
|
|
185
|
+
|
|
186
|
+
## [1.22.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.22.0...v1.22.1) (2022-07-30)
|
|
187
|
+
|
|
188
|
+
### Fixes & improvements
|
|
189
|
+
* fix: fix commit msg chunks join ([e2a9299](https://github.com/semrel-extra/zx-bulk-release/commit/e2a9299c08c288f5fd8ff14575fcd841017dd3d6))
|
|
190
|
+
|
|
191
|
+
## [1.22.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.21.0...v1.22.0) (2022-07-30)
|
|
192
|
+
|
|
193
|
+
### Features
|
|
194
|
+
* feat: introduce pkg context ([b57d4b0](https://github.com/semrel-extra/zx-bulk-release/commit/b57d4b0d9c5bb4501e79c556f64aacfebb83458a))
|
|
195
|
+
|
|
196
|
+
## [1.21.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.20.1...v1.21.0) (2022-07-30)
|
|
197
|
+
|
|
198
|
+
### Features
|
|
199
|
+
* feat: introduce `debug` flag ([b3e384c](https://github.com/semrel-extra/zx-bulk-release/commit/b3e384c1f32f27b5babf1f7adac7154e5827c1fb))
|
|
200
|
+
|
|
201
|
+
## [1.20.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.20.0...v1.20.1) (2022-07-28)
|
|
202
|
+
|
|
203
|
+
### Fixes & improvements
|
|
204
|
+
* fix: swap git user.name and user.email values ([8595f1b](https://github.com/semrel-extra/zx-bulk-release/commit/8595f1b67344166a6b7c51e2b62e948f9f2f0dc5))
|
|
205
|
+
|
|
206
|
+
## [1.20.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.19.3...v1.20.0) (2022-07-20)
|
|
207
|
+
|
|
208
|
+
### Features
|
|
209
|
+
* feat: set custom env if passed ([8acd852](https://github.com/semrel-extra/zx-bulk-release/commit/8acd8524124d06f54ac54d113b7049fe6b778851))
|
|
210
|
+
|
|
211
|
+
## [1.19.3](https://github.com/semrel-extra/zx-bulk-release/compare/v1.19.2...v1.19.3) (2022-07-20)
|
|
212
|
+
|
|
213
|
+
### Fixes & improvements
|
|
214
|
+
* perf: use PAT instead of basic auth for api.github.com calls ([c153615](https://github.com/semrel-extra/zx-bulk-release/commit/c153615b145f934cd715dc1523bfa99070f1e60e))
|
|
215
|
+
|
|
216
|
+
## [1.19.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.19.1...v1.19.2) (2022-07-19)
|
|
217
|
+
|
|
218
|
+
### Fixes & improvements
|
|
219
|
+
* fix: subs ws refs in manifests ([b5cd3b8](https://github.com/semrel-extra/zx-bulk-release/commit/b5cd3b8368500f74cecc9d7e065aaeff01e70dfe))
|
|
220
|
+
|
|
221
|
+
## [1.19.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.19.0...v1.19.1) (2022-07-19)
|
|
222
|
+
|
|
223
|
+
### Fixes & improvements
|
|
224
|
+
* fix: fix workspace refs substitution ([9fed233](https://github.com/semrel-extra/zx-bulk-release/commit/9fed23332988a2dc5a08b1b4854a03998c17a6a4))
|
|
225
|
+
|
|
226
|
+
## [1.19.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.18.0...v1.19.0) (2022-07-18)
|
|
227
|
+
|
|
228
|
+
### Features
|
|
229
|
+
* feat: add optional `publishCmd` directive ([e3cb37c](https://github.com/semrel-extra/zx-bulk-release/commit/e3cb37c1c7eff7e16fab5ac57a5ae28d7e2e1f57))
|
|
230
|
+
|
|
231
|
+
## [1.18.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.7...v1.18.0) (2022-07-09)
|
|
232
|
+
|
|
233
|
+
### Features
|
|
234
|
+
* feat: do not publish to npm private packages ([5a7ddea](https://github.com/semrel-extra/zx-bulk-release/commit/5a7ddead35b95adfc5f0450084ca78ead0edc531))
|
|
235
|
+
* feat: do not publish to npm private packages ([2e236d8](https://github.com/semrel-extra/zx-bulk-release/commit/2e236d83de4342a6ee6b9e937e6a4dd20d1b3a2e))
|
|
236
|
+
|
|
237
|
+
### Fixes & improvements
|
|
238
|
+
* fix: fetch is not defined ([8e6cca1](https://github.com/semrel-extra/zx-bulk-release/commit/8e6cca1d69aaeaec75de8404746163d9e2db9193))
|
|
239
|
+
* fix: correct extract private field ([5624baa](https://github.com/semrel-extra/zx-bulk-release/commit/5624baa10eee03e5f327e7d51529883b40a4a961))
|
|
240
|
+
|
|
241
|
+
## [1.17.7](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.6...v1.17.7) (2022-07-06)
|
|
242
|
+
|
|
243
|
+
### Fixes & improvements
|
|
244
|
+
* fix: fix `fetchPkg` target dir ([5ebf5f1](https://github.com/semrel-extra/zx-bulk-release/commit/5ebf5f10d42bad4c6903ef3a195da037d455e446))
|
|
245
|
+
|
|
246
|
+
## [1.17.6](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.5...v1.17.6) (2022-07-06)
|
|
247
|
+
|
|
248
|
+
### Fixes & improvements
|
|
249
|
+
* perf: update zx-extra to v2.4.0, rm own `ini` dep ([e746a72](https://github.com/semrel-extra/zx-bulk-release/commit/e746a72d28abc5f941a74dd191e54dac300a9aa7))
|
|
250
|
+
|
|
251
|
+
## [1.17.5](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.4...v1.17.5) (2022-07-05)
|
|
252
|
+
|
|
253
|
+
### Fixes & improvements
|
|
254
|
+
* perf: update zx-extra to v2.3.0 ([9de650f](https://github.com/semrel-extra/zx-bulk-release/commit/9de650fb84e1a33a1d670c394c94b565e7d11f3c))
|
|
255
|
+
|
|
256
|
+
## [1.17.4](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.3...v1.17.4) (2022-07-03)
|
|
257
|
+
|
|
258
|
+
### Fixes & improvements
|
|
259
|
+
* fix: fix tag pattern ([240b452](https://github.com/semrel-extra/zx-bulk-release/commit/240b452b8ee414bfbb0d13a0218790059400eb06))
|
|
260
|
+
|
|
261
|
+
## [1.17.3](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.2...v1.17.3) (2022-06-29)
|
|
262
|
+
|
|
263
|
+
### Fixes & improvements
|
|
264
|
+
* docs: add roadmap ([185a12d](https://github.com/semrel-extra/zx-bulk-release/commit/185a12d8956c3e274035b863682afee3bd64ccb7))
|
|
265
|
+
|
|
266
|
+
## [1.17.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.1...v1.17.2) (2022-06-28)
|
|
267
|
+
|
|
268
|
+
### Fixes & improvements
|
|
269
|
+
* docs: add npm badge ([f63dfe3](https://github.com/semrel-extra/zx-bulk-release/commit/f63dfe338208641a8edd910b81e320deeed2446c))
|
|
270
|
+
|
|
271
|
+
## [1.17.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.17.0...v1.17.1) (2022-06-28)
|
|
272
|
+
|
|
273
|
+
### Fixes & improvements
|
|
274
|
+
* docs: describe `analyze` step ([ae611ad](https://github.com/semrel-extra/zx-bulk-release/commit/ae611ada7709d9f9fa72d20f39e74ebe05353a2d))
|
|
275
|
+
|
|
276
|
+
## [1.17.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.16.2...v1.17.0) (2022-06-28)
|
|
277
|
+
|
|
278
|
+
### Fixes & improvements
|
|
279
|
+
* docs: describe CLI options ([e744e97](https://github.com/semrel-extra/zx-bulk-release/commit/e744e97e8e5451ffff217283ad4e552f05073e7c))
|
|
280
|
+
* docs: describe internal release flow ([e29bfc9](https://github.com/semrel-extra/zx-bulk-release/commit/e29bfc968a519d7c48b0475ad30c826bef17fb96))
|
|
281
|
+
|
|
282
|
+
### Features
|
|
283
|
+
* feat: introduce `--include-private` and `ignore` flags ([d029b62](https://github.com/semrel-extra/zx-bulk-release/commit/d029b6242da2e3c7fabaa5e24d61709b47e42b94))
|
|
284
|
+
|
|
285
|
+
## [1.16.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.16.1...v1.16.2) (2022-06-28)
|
|
286
|
+
|
|
287
|
+
### Fixes & improvements
|
|
288
|
+
* refactor: separate `analyze` helper ([1f76993](https://github.com/semrel-extra/zx-bulk-release/commit/1f76993d3d9539a02d516c0cd757713964f6f523))
|
|
289
|
+
|
|
290
|
+
## [1.16.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.16.0...v1.16.1) (2022-06-28)
|
|
291
|
+
|
|
292
|
+
### Fixes & improvements
|
|
293
|
+
* refactor: extract tag utils from publish.js ([82b3ef0](https://github.com/semrel-extra/zx-bulk-release/commit/82b3ef02affb65bb79eda5f54f32b0378e7083f2))
|
|
294
|
+
|
|
295
|
+
## [1.16.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.15.0...v1.16.0) (2022-06-28)
|
|
296
|
+
|
|
297
|
+
### Features
|
|
298
|
+
* feat: use npm pkg registry for meta fallback ([ee771cb](https://github.com/semrel-extra/zx-bulk-release/commit/ee771cb0320845e81782ae6143380e4c6d241b33))
|
|
299
|
+
|
|
300
|
+
### Fixes & improvements
|
|
301
|
+
* refactor: separate repo utils ([869e3d3](https://github.com/semrel-extra/zx-bulk-release/commit/869e3d3e1cd5998d17b2a638f6b12e768f866644))
|
|
302
|
+
* refactor: separate npm domain ([28c5887](https://github.com/semrel-extra/zx-bulk-release/commit/28c5887c7f4ea269122b428796fef10a0926346e))
|
|
303
|
+
|
|
304
|
+
## [1.15.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.14.6...v1.15.0) (2022-06-27)
|
|
305
|
+
|
|
306
|
+
### Features
|
|
307
|
+
* feat: print queue ([65b768c](https://github.com/semrel-extra/zx-bulk-release/commit/65b768ced601820ab6caab2f8259d481e277be4d))
|
|
308
|
+
|
|
309
|
+
## [1.14.6](https://github.com/semrel-extra/zx-bulk-release/compare/v1.14.5...v1.14.6) (2022-06-27)
|
|
310
|
+
|
|
311
|
+
### Fixes & improvements
|
|
312
|
+
* docs: add demo link ([1e35af4](https://github.com/semrel-extra/zx-bulk-release/commit/1e35af4d4e925c5d5a0c022e135dee2f94a2c1a0))
|
|
313
|
+
|
|
314
|
+
## [1.14.5](https://github.com/semrel-extra/zx-bulk-release/compare/v1.14.4...v1.14.5) (2022-06-27)
|
|
315
|
+
|
|
316
|
+
### Fixes & improvements
|
|
317
|
+
* docs: mention vercel/turborepo ([a0dc3e9](https://github.com/semrel-extra/zx-bulk-release/commit/a0dc3e9f637f349e5d855855612824bc1d538178))
|
|
318
|
+
|
|
319
|
+
## [1.14.4](https://github.com/semrel-extra/zx-bulk-release/compare/v1.14.3...v1.14.4) (2022-06-27)
|
|
320
|
+
|
|
321
|
+
### Fixes & improvements
|
|
322
|
+
* refactor: simplify pkg build condition ([d6f236b](https://github.com/semrel-extra/zx-bulk-release/commit/d6f236b99e98b324cc180cbbdc2a41d92385498b))
|
|
323
|
+
|
|
324
|
+
## [1.14.3](https://github.com/semrel-extra/zx-bulk-release/compare/v1.14.2...v1.14.3) (2022-06-27)
|
|
325
|
+
|
|
326
|
+
### Fixes & improvements
|
|
327
|
+
* fix: disable gh-pages by default ([78ce3e8](https://github.com/semrel-extra/zx-bulk-release/commit/78ce3e84cf217a4f91e62cf27281d2f1e014168d))
|
|
328
|
+
|
|
329
|
+
## [1.14.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.14.1...v1.14.2) (2022-06-27)
|
|
330
|
+
|
|
331
|
+
### Fixes & improvements
|
|
332
|
+
* refactor: memoize origins ([4df0550](https://github.com/semrel-extra/zx-bulk-release/commit/4df05504f8a3ba770614374aff792bbc540cb640))
|
|
333
|
+
|
|
334
|
+
## [1.14.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.14.0...v1.14.1) (2022-06-27)
|
|
335
|
+
|
|
336
|
+
### Fixes & improvements
|
|
337
|
+
* fix: impr gh-pages path resolve ([09a5ae9](https://github.com/semrel-extra/zx-bulk-release/commit/09a5ae96fc17b6d819a5622bef15045476a4b4ed))
|
|
338
|
+
|
|
339
|
+
## [1.14.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.13.0...v1.14.0) (2022-06-27)
|
|
340
|
+
|
|
341
|
+
### Features
|
|
342
|
+
* feat: add config normalizer ([80afee7](https://github.com/semrel-extra/zx-bulk-release/commit/80afee796e71aef6288943b2c6276b6f172192c5))
|
|
343
|
+
|
|
344
|
+
## [1.13.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.12.0...v1.13.0) (2022-06-27)
|
|
345
|
+
|
|
346
|
+
### Features
|
|
347
|
+
* feat: add log labels ([a0e80b6](https://github.com/semrel-extra/zx-bulk-release/commit/a0e80b64215c3f69206713cd6073c0240b0930c9))
|
|
348
|
+
* feat: add changelog generator ([4c0914f](https://github.com/semrel-extra/zx-bulk-release/commit/4c0914f24a91e2297f8c6ff8410949c2a0220fb5))
|
|
349
|
+
|
|
350
|
+
## [1.12.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.11.2...v1.12.0) (2022-06-26)
|
|
351
|
+
|
|
352
|
+
### Features
|
|
353
|
+
* feat: enhance default gh-pages commit msg ([81ecd7f](https://github.com/semrel-extra/zx-bulk-release/commit/81ecd7f73478c4e1f62d4287b81931e7a8120d58))
|
|
354
|
+
|
|
355
|
+
## [1.11.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.11.1...v1.11.2) (2022-06-26)
|
|
356
|
+
|
|
357
|
+
### Fixes & improvements
|
|
358
|
+
* fix: add global try-catch ([9255cb1](https://github.com/semrel-extra/zx-bulk-release/commit/9255cb1606ecb78a47e4fc1941cf26b3318f85ac))
|
|
359
|
+
|
|
360
|
+
## [1.11.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.11.0...v1.11.1) (2022-06-26)
|
|
361
|
+
|
|
362
|
+
### Fixes & improvements
|
|
363
|
+
* fix: sort tags by version ([0c0dfde](https://github.com/semrel-extra/zx-bulk-release/commit/0c0dfdea415a6507492beed0c6b643eaab9f92d7))
|
|
364
|
+
|
|
365
|
+
## [1.11.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.10.1...v1.11.0) (2022-06-26)
|
|
366
|
+
|
|
367
|
+
### Features
|
|
368
|
+
* feat: pass $.argv as default flags ([e07f619](https://github.com/semrel-extra/zx-bulk-release/commit/e07f619f85bccd2f8592ff3f1c3e6bc4af05b38d))
|
|
369
|
+
|
|
370
|
+
## [1.10.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.10.0...v1.10.1) (2022-06-26)
|
|
371
|
+
|
|
372
|
+
### Fixes & improvements
|
|
373
|
+
* refactor: simplify build helper ([bebd070](https://github.com/semrel-extra/zx-bulk-release/commit/bebd070355b26c131d389ac03b7d37444b9df94a))
|
|
374
|
+
|
|
375
|
+
## [1.10.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.9.2...v1.10.0) (2022-06-26)
|
|
376
|
+
|
|
377
|
+
### Fixes & improvements
|
|
378
|
+
* docs: add CC badges ([475c57a](https://github.com/semrel-extra/zx-bulk-release/commit/475c57aaa6efc1bf8bb6e44b3abbfb6da2f425dd))
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
* feat: configure ghPages push via opts ([ccc124e](https://github.com/semrel-extra/zx-bulk-release/commit/ccc124ef87fe4e049386d45c1676929dc0d36edd))
|
|
382
|
+
|
|
383
|
+
## [1.9.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.9.1...v1.9.2) (2022-06-26)
|
|
384
|
+
|
|
385
|
+
### Fixes & improvements
|
|
386
|
+
* refactor: simplify build flow ([900380d](https://github.com/semrel-extra/zx-bulk-release/commit/900380da36be115290da6117090da47bdd3fc8f7))
|
|
387
|
+
|
|
388
|
+
## [1.9.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.9.0...v1.9.1) (2022-06-26)
|
|
389
|
+
|
|
390
|
+
### Fixes & improvements
|
|
391
|
+
* refactor: replace postbuild hook with postupdate ([b7d68a5](https://github.com/semrel-extra/zx-bulk-release/commit/b7d68a5a2b9dec6516204f3fcbbc3c08db9c6d90))
|
|
392
|
+
|
|
393
|
+
## [1.9.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.8.0...v1.9.0) (2022-06-26)
|
|
394
|
+
|
|
395
|
+
### Features
|
|
396
|
+
* feat: add gh-pages push ([32130b6](https://github.com/semrel-extra/zx-bulk-release/commit/32130b64a2088cc98b1cae678691cd55c18fe0a3))
|
|
397
|
+
|
|
398
|
+
## [1.8.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.7.8...v1.8.0) (2022-06-26)
|
|
399
|
+
|
|
400
|
+
### Features
|
|
401
|
+
* feat: add cosmiconfig ([1fe694d](https://github.com/semrel-extra/zx-bulk-release/commit/1fe694d2c919a029eb4aa5d5f500b287a2035608))
|
|
402
|
+
|
|
403
|
+
### Fixes & improvements
|
|
404
|
+
* docs: formatting ([d2bac88](https://github.com/semrel-extra/zx-bulk-release/commit/d2bac8893d33f4c9ce6c003c4f7188ea56452023))
|
|
405
|
+
|
|
406
|
+
## [1.7.8](https://github.com/semrel-extra/zx-bulk-release/compare/v1.7.7...v1.7.8) (2022-06-26)
|
|
407
|
+
|
|
408
|
+
### Fixes & improvements
|
|
409
|
+
* docs: mention jscutlery/semver and intuit/auto ([36b3da0](https://github.com/semrel-extra/zx-bulk-release/commit/36b3da029958c94e8a2e1a03da162ad3ac89bcac))
|
|
410
|
+
|
|
411
|
+
## [1.7.7](https://github.com/semrel-extra/zx-bulk-release/compare/v1.7.6...v1.7.7) (2022-06-26)
|
|
412
|
+
|
|
413
|
+
### Fixes & improvements
|
|
414
|
+
* docs: describe envs ([de70c03](https://github.com/semrel-extra/zx-bulk-release/commit/de70c03e3e6166cb722a03f8a43ff75614de5941))
|
|
415
|
+
* refactor: enhance `parseRepo` helper ([7545427](https://github.com/semrel-extra/zx-bulk-release/commit/75454271e4fb472884ce80559c1713fca46faeb8))
|
|
416
|
+
|
|
417
|
+
## [1.7.6](https://github.com/semrel-extra/zx-bulk-release/compare/v1.7.5...v1.7.6) (2022-06-25)
|
|
418
|
+
|
|
419
|
+
### Fixes & improvements
|
|
420
|
+
* fix: fix fallback version on cross-update ([d757329](https://github.com/semrel-extra/zx-bulk-release/commit/d7573299793d03b334f47640e61c7efa2d03e911))
|
|
421
|
+
|
|
422
|
+
## [1.7.5](https://github.com/semrel-extra/zx-bulk-release/compare/v1.7.4...v1.7.5) (2022-06-25)
|
|
423
|
+
|
|
424
|
+
### Fixes & improvements
|
|
425
|
+
* fix: rm redundant build try-catch ([ffaa845](https://github.com/semrel-extra/zx-bulk-release/commit/ffaa845926ca23a5e4f459e3c590758da59ce04b))
|
|
426
|
+
|
|
427
|
+
## [1.7.4](https://github.com/semrel-extra/zx-bulk-release/compare/v1.7.3...v1.7.4) (2022-06-25)
|
|
428
|
+
|
|
429
|
+
### Fixes & improvements
|
|
430
|
+
* fix: fix yarn install ([4f12b80](https://github.com/semrel-extra/zx-bulk-release/commit/4f12b80a016ea11bedaba5292517d1c329acae80))
|
|
431
|
+
|
|
432
|
+
## [1.7.3](https://github.com/semrel-extra/zx-bulk-release/compare/v1.7.2...v1.7.3) (2022-06-25)
|
|
433
|
+
|
|
434
|
+
### Fixes & improvements
|
|
435
|
+
* fix: mv yarn install to build.js ([3d49325](https://github.com/semrel-extra/zx-bulk-release/commit/3d49325b5348a80ee6c7e4c5647f459e81130af7))
|
|
436
|
+
|
|
437
|
+
## [1.7.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.7.1...v1.7.2) (2022-06-25)
|
|
438
|
+
|
|
439
|
+
### Fixes & improvements
|
|
440
|
+
* fix: fix npm token path for npm fetching ([33e9b59](https://github.com/semrel-extra/zx-bulk-release/commit/33e9b599f77e0fc77d8964df9da6df2a75e9d227))
|
|
441
|
+
|
|
442
|
+
## [1.7.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.7.0...v1.7.1) (2022-06-25)
|
|
443
|
+
|
|
444
|
+
### Fixes & improvements
|
|
445
|
+
* fix: fix yarn install cwd ([c6f0ae3](https://github.com/semrel-extra/zx-bulk-release/commit/c6f0ae3e0e9e8feca251a567e273380e278fe2a9))
|
|
446
|
+
* fix: update yarn assets after build/fetch ([b2958c4](https://github.com/semrel-extra/zx-bulk-release/commit/b2958c4d3de768bf993faad4816bbb7116d7bd78))
|
|
447
|
+
|
|
448
|
+
## [1.7.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.6.0...v1.7.0) (2022-06-25)
|
|
449
|
+
|
|
450
|
+
### Features
|
|
451
|
+
* feat: add optional `test` step ([6caa0ab](https://github.com/semrel-extra/zx-bulk-release/commit/6caa0ab4ddd8b464893e430a0a99fa7472f859ed))
|
|
452
|
+
|
|
453
|
+
## [1.6.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.5.0...v1.6.0) (2022-06-25)
|
|
454
|
+
|
|
455
|
+
### Features
|
|
456
|
+
* feat: add lazy builder ([4c59a0e](https://github.com/semrel-extra/zx-bulk-release/commit/4c59a0e61aea19cccd66228f34100d733bc3d3d8))
|
|
457
|
+
* feat: provide pkg building ([04ac6ce](https://github.com/semrel-extra/zx-bulk-release/commit/04ac6cee878aa8cfa329b16348735ba809544bea))
|
|
458
|
+
|
|
459
|
+
### Fixes & improvements
|
|
460
|
+
* refactor: reuse `traverseDeps` ([626de1c](https://github.com/semrel-extra/zx-bulk-release/commit/626de1c9250bce831aa9ec6298077bd5b91e06b0))
|
|
461
|
+
|
|
462
|
+
## [1.5.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.4.2...v1.5.0) (2022-06-21)
|
|
463
|
+
|
|
464
|
+
### Features
|
|
465
|
+
* feat: add commit-ish to meta ([9092a4d](https://github.com/semrel-extra/zx-bulk-release/commit/9092a4d41f51fb58a9d7cb1696bb9ee3f07c9133))
|
|
466
|
+
|
|
467
|
+
## [1.4.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.4.1...v1.4.2) (2022-06-21)
|
|
468
|
+
|
|
469
|
+
### Fixes & improvements
|
|
470
|
+
* refactor: use common iface for push internals ([e614e42](https://github.com/semrel-extra/zx-bulk-release/commit/e614e42d8b323749082b94611f4552fdacebe1f5))
|
|
471
|
+
|
|
472
|
+
## [1.4.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.4.0...v1.4.1) (2022-06-21)
|
|
473
|
+
|
|
474
|
+
### Fixes & improvements
|
|
475
|
+
* fix: fix commits refs in release data ([1ddd2e9](https://github.com/semrel-extra/zx-bulk-release/commit/1ddd2e99e88e245bf5d6b477adb6fca0d2c4c663))
|
|
476
|
+
|
|
477
|
+
## [1.4.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.3.0...v1.4.0) (2022-06-21)
|
|
478
|
+
|
|
479
|
+
### Features
|
|
480
|
+
* feat: add gh release ([df43fca](https://github.com/semrel-extra/zx-bulk-release/commit/df43fca694668a838f287d38b4f298aa9da2acdd))
|
|
481
|
+
|
|
482
|
+
### Fixes & improvements
|
|
483
|
+
* refactor: add parseEnv util ([936b5ed](https://github.com/semrel-extra/zx-bulk-release/commit/936b5edaf3472f66dba2f9c60bb9745096fda729))
|
|
484
|
+
|
|
485
|
+
## [1.3.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.2.0...v1.3.0) (2022-06-21)
|
|
486
|
+
|
|
487
|
+
### Features
|
|
488
|
+
* feat: add gh username and token env aliases ([892bfdc](https://github.com/semrel-extra/zx-bulk-release/commit/892bfdc86215a0532939f24ca4a2690d69e8d59e))
|
|
489
|
+
|
|
490
|
+
## [1.2.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.1.2...v1.2.0) (2022-06-21)
|
|
491
|
+
|
|
492
|
+
### Features
|
|
493
|
+
* feat: parse legacy lerna tags ([c130191](https://github.com/semrel-extra/zx-bulk-release/commit/c130191f192b185937286730b8c3505d5674c7c1))
|
|
494
|
+
* feat: introduce meta.json to store release details ([a20c348](https://github.com/semrel-extra/zx-bulk-release/commit/a20c34809e29d772a44f71990fdb11921a49ca9f))
|
|
495
|
+
|
|
496
|
+
## [1.1.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.1.1...v1.1.2) (2022-06-18)
|
|
497
|
+
|
|
498
|
+
### Fixes & improvements
|
|
499
|
+
* docs: fix usage example ([d18c169](https://github.com/semrel-extra/zx-bulk-release/commit/d18c1691c8447ffa1cde3dc5aa52fadf307d359a))
|
|
500
|
+
|
|
501
|
+
## [1.1.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.1.0...v1.1.1) (2022-06-18)
|
|
502
|
+
|
|
503
|
+
### Fixes & improvements
|
|
504
|
+
* docs: mention js api ([06cda98](https://github.com/semrel-extra/zx-bulk-release/commit/06cda9869b96fc2aca5d278f45d5e733e2cc23ab))
|
|
505
|
+
|
|
506
|
+
## [1.1.0](https://github.com/semrel-extra/zx-bulk-release/compare/v1.0.3...v1.1.0) (2022-06-18)
|
|
507
|
+
|
|
508
|
+
### Features
|
|
509
|
+
* feat: add dry-run flag ([1c61ea4](https://github.com/semrel-extra/zx-bulk-release/commit/1c61ea4da0a0f6bac8f6135a285335a150c51e9b))
|
|
510
|
+
|
|
511
|
+
## [1.0.3](https://github.com/semrel-extra/zx-bulk-release/compare/v1.0.2...v1.0.3) (2022-06-17)
|
|
512
|
+
|
|
513
|
+
### Fixes & improvements
|
|
514
|
+
* refactor: separate git url builder ([1f07a97](https://github.com/semrel-extra/zx-bulk-release/commit/1f07a978e7f731047403ba3f40a72c5cd8275b07))
|
|
515
|
+
|
|
516
|
+
## [1.0.2](https://github.com/semrel-extra/zx-bulk-release/compare/v1.0.1...v1.0.2) (2022-06-17)
|
|
517
|
+
|
|
518
|
+
### Fixes & improvements
|
|
519
|
+
* fix: add missing shebang ([90ebf45](https://github.com/semrel-extra/zx-bulk-release/commit/90ebf459b4e4bdea099ca75c6572101845fea7c6))
|
|
520
|
+
|
|
521
|
+
## [1.0.1](https://github.com/semrel-extra/zx-bulk-release/compare/v1.0.0...v1.0.1) (2022-06-17)
|
|
522
|
+
|
|
523
|
+
### Fixes & improvements
|
|
524
|
+
* fix: add bin path ([29ae3c4](https://github.com/semrel-extra/zx-bulk-release/commit/29ae3c4896c9e46edffc776356fc4388412a19ee))
|
|
525
|
+
|
|
526
|
+
## [1.0.0](https://github.com/semrel-extra/zx-bulk-release/compare/undefined...v1.0.0) (2022-06-17)
|
|
527
|
+
|
|
528
|
+
### Features
|
|
529
|
+
* feat: handle `workspace:` prefix ([d916069](https://github.com/semrel-extra/zx-bulk-release/commit/d9160696d5beefaf4c11ad27ffdb3675e9125273))
|
|
530
|
+
* feat: add artifact push ([4852e90](https://github.com/semrel-extra/zx-bulk-release/commit/4852e903f7515a13516eae7a8c44e2458113b382))
|
|
531
|
+
* feat: add tag on publish ([dc9af36](https://github.com/semrel-extra/zx-bulk-release/commit/dc9af3634bed102912ef98e3e98fabbc6f1966b7))
|
|
532
|
+
* feat: add metabranch api ([b4c9562](https://github.com/semrel-extra/zx-bulk-release/commit/b4c95622cf5aa3aecf5853a1a266933c2dcddf14))
|
|
533
|
+
* feat: add deps updater ([21e7fa6](https://github.com/semrel-extra/zx-bulk-release/commit/21e7fa60f49910aa65940007e2ba2c05f0b305e9))
|
|
534
|
+
* feat: add tag parser/formatter ([1cee4e6](https://github.com/semrel-extra/zx-bulk-release/commit/1cee4e6f3680711a5eb079f0695c794297f0900f))
|
|
535
|
+
* feat: add pkg commits extractor ([5c4dde2](https://github.com/semrel-extra/zx-bulk-release/commit/5c4dde206123f55f75c15b65d992e61e2ee73204))
|
|
536
|
+
|
|
537
|
+
### Fixes & improvements
|
|
538
|
+
* refactor: separate publish utils ([48d756b](https://github.com/semrel-extra/zx-bulk-release/commit/48d756badf57012b7ae97ae8f4bd4ccbc0dd473d))
|
|
539
|
+
* docs: add refs ([c937fce](https://github.com/semrel-extra/zx-bulk-release/commit/c937fce4472f68c5d8e92e8970a15fca017dc656))
|
|
540
|
+
* docs: add basic description ([bb4d0f4](https://github.com/semrel-extra/zx-bulk-release/commit/bb4d0f4e33cfae78868400e8bf17f488d5d4a2de))
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 semrel-extra
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|