@storm-software/git-tools 2.26.0 β 2.28.0
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 +14 -0
- package/README.md +71 -28
- package/bin/git.js +18 -8
- package/commitlint/commitlint.config.cjs +3 -2
- package/package.json +1 -1
- package/readme/templates/README.footer.md +53 -18
- package/readme/templates/README.header.md +3 -3
- package/src/cli/index.js +18 -8
- package/src/commit/config.js +16 -6
- package/src/commit/index.js +16 -6
- package/src/commitizen/index.js +16 -6
- package/src/commitlint/config.js +97 -1
- package/src/index.js +117 -11
- package/src/release/changelog-renderer.js +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 2.28.0 (2024-07-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### π Features
|
|
5
|
+
|
|
6
|
+
- **git-tools:** Improve README footer template markdown ([0450800f](https://github.com/storm-software/storm-ops/commit/0450800f))
|
|
7
|
+
|
|
8
|
+
## 2.27.0 (2024-07-17)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### π Features
|
|
12
|
+
|
|
13
|
+
- **git-tools:** Added README header template to include table of contents ([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
|
|
14
|
+
|
|
1
15
|
## 2.26.0 (2024-07-17)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<b>
|
|
11
11
|
<a href="https://stormsoftware.com" target="_blank">Website</a> β’
|
|
12
12
|
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> β’
|
|
13
|
-
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’
|
|
13
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’
|
|
14
14
|
<a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
|
|
15
15
|
</b>
|
|
16
16
|
</div>
|
|
@@ -21,7 +21,7 @@ This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">π» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -38,10 +38,23 @@ This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
38
38
|
|
|
39
39
|
<br />
|
|
40
40
|
|
|
41
|
-
<!-- START doctoc
|
|
41
|
+
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
## Table of Contents
|
|
44
|
+
|
|
45
|
+
- [Storm Git Tools](#storm-git-tools)
|
|
46
|
+
- [Installing](#installing)
|
|
47
|
+
- [Building](#building)
|
|
48
|
+
- [Running unit tests](#running-unit-tests)
|
|
49
|
+
- [Storm Workspaces](#storm-workspaces)
|
|
50
|
+
- [Roadmap](#roadmap)
|
|
51
|
+
- [Support](#support)
|
|
52
|
+
- [License](#license)
|
|
53
|
+
- [Changelog](#changelog)
|
|
54
|
+
- [Contributing](#contributing)
|
|
55
|
+
- [Contributors](#contributors)
|
|
56
|
+
|
|
57
|
+
<!-- END doctoc -->
|
|
45
58
|
|
|
46
59
|
<br />
|
|
47
60
|
|
|
@@ -62,11 +75,6 @@ is an easy to use CLI tool that combines the following functionality:
|
|
|
62
75
|
- [Lint Staged](https://github.com/lint-staged/lint-staged)
|
|
63
76
|
- A README.md generator
|
|
64
77
|
|
|
65
|
-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
66
|
-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
67
|
-
|
|
68
|
-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
69
|
-
|
|
70
78
|
## Installing
|
|
71
79
|
|
|
72
80
|
Using [pnpm](http://pnpm.io):
|
|
@@ -108,17 +116,25 @@ Run `nx test git-tools` to execute the unit tests via [Jest](https://jestjs.io).
|
|
|
108
116
|
|
|
109
117
|
## Storm Workspaces
|
|
110
118
|
|
|
111
|
-
Storm workspaces are built using
|
|
119
|
+
Storm workspaces are built using
|
|
120
|
+
<a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
|
|
121
|
+
for monorepos, which helps you develop like Google, Facebook, and Microsoft.
|
|
122
|
+
Building on top of Nx, the Open System provides a set of tools and patterns that
|
|
123
|
+
help you scale your monorepo to many teams while keeping the codebase
|
|
124
|
+
maintainable.
|
|
112
125
|
|
|
113
126
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
114
127
|
<br />
|
|
115
128
|
|
|
116
129
|
## Roadmap
|
|
117
130
|
|
|
118
|
-
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
131
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
132
|
+
list of proposed features (and known issues).
|
|
119
133
|
|
|
120
|
-
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
121
|
-
|
|
134
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
135
|
+
(Add your votes using the π reaction)
|
|
136
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
|
|
137
|
+
(Add your votes using the π reaction)
|
|
122
138
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
123
139
|
|
|
124
140
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
@@ -137,7 +153,8 @@ Reach out to the maintainer at one of the following places:
|
|
|
137
153
|
|
|
138
154
|
## License
|
|
139
155
|
|
|
140
|
-
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
156
|
+
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
157
|
+
distribute this template as you like.
|
|
141
158
|
|
|
142
159
|
See [LICENSE](LICENSE) for more information.
|
|
143
160
|
|
|
@@ -146,32 +163,42 @@ See [LICENSE](LICENSE) for more information.
|
|
|
146
163
|
|
|
147
164
|
## Changelog
|
|
148
165
|
|
|
149
|
-
This project adheres to
|
|
166
|
+
This project adheres to
|
|
167
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
|
|
168
|
+
with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
|
|
169
|
+
file
|
|
150
170
|
|
|
151
171
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
152
172
|
<br />
|
|
153
173
|
|
|
154
174
|
## Contributing
|
|
155
175
|
|
|
156
|
-
First off, thanks for taking the time to contribute! Contributions are what
|
|
176
|
+
First off, thanks for taking the time to contribute! Contributions are what
|
|
177
|
+
makes the open-source community such an amazing place to learn, inspire, and
|
|
178
|
+
create. Any contributions you make will benefit everybody else and are **greatly
|
|
179
|
+
appreciated**.
|
|
157
180
|
|
|
158
181
|
Please try to create bug reports that are:
|
|
159
182
|
|
|
160
183
|
- _Reproducible._ Include steps to reproduce the problem.
|
|
161
|
-
- _Specific._ Include as much detail as possible: which version, what
|
|
184
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
185
|
+
environment, etc.
|
|
162
186
|
- _Unique._ Do not duplicate existing opened issues.
|
|
163
187
|
- _Scoped to a Single Bug._ One bug per report.
|
|
164
188
|
|
|
165
189
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
166
190
|
|
|
167
|
-
You can use
|
|
191
|
+
You can use
|
|
192
|
+
[markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
|
|
193
|
+
to check for common markdown style inconsistency.
|
|
168
194
|
|
|
169
195
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
170
196
|
<br />
|
|
171
197
|
|
|
172
198
|
## Contributors
|
|
173
199
|
|
|
174
|
-
Thanks goes to these wonderful people
|
|
200
|
+
Thanks goes to these wonderful people
|
|
201
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
175
202
|
|
|
176
203
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
177
204
|
|
|
@@ -196,7 +223,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
196
223
|
|
|
197
224
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
198
225
|
|
|
199
|
-
This project follows the
|
|
226
|
+
This project follows the
|
|
227
|
+
[all-contributors](https://github.com/all-contributors/all-contributors)
|
|
228
|
+
specification. Contributions of any kind welcome!
|
|
200
229
|
|
|
201
230
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
202
231
|
<br />
|
|
@@ -210,9 +239,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
210
239
|
<br />
|
|
211
240
|
|
|
212
241
|
<div align="center">
|
|
213
|
-
<
|
|
214
|
-
<a href="https://stormsoftware.com" target="_blank">Website</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’ <a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://linkedin.com/in/pat-sullivan-dev" target="_blank">LinkedIn</a> β’ <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> β’ <a href="https://github.com/storm-software" target="_blank">GitHub</a> β’ <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
215
|
-
</b>
|
|
242
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’ <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> β’ <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> β’ <a href="https://github.com/storm-software" target="_blank">GitHub</a> β’ <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
216
243
|
</div>
|
|
217
244
|
|
|
218
245
|
<div align="center">
|
|
@@ -220,18 +247,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
220
247
|
</div>
|
|
221
248
|
<br />
|
|
222
249
|
|
|
223
|
-
Storm Software is an open source software development organization and creator
|
|
250
|
+
Storm Software is an open source software development organization and creator
|
|
251
|
+
of Acidic, StormStack and StormCloud.
|
|
224
252
|
|
|
225
|
-
Our mission is to make software development more accessible. Our ideal future is
|
|
253
|
+
Our mission is to make software development more accessible. Our ideal future is
|
|
254
|
+
one where anyone can create software without years of prior development
|
|
255
|
+
experience serving as a barrier to entry. We hope to achieve this via LLMs,
|
|
256
|
+
Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
226
257
|
|
|
227
|
-
|
|
258
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
259
|
+
receive release notifications, ask questions, and get involved.
|
|
228
260
|
|
|
261
|
+
If this sounds interesting, and you would like to help us in creating the next
|
|
262
|
+
generation of development tools, please reach out on our
|
|
263
|
+
[website](https://stormsoftware.com/contact) or join our
|
|
264
|
+
[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
|
|
265
|
+
channel!
|
|
266
|
+
|
|
267
|
+
<br />
|
|
268
|
+
|
|
269
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
229
270
|
<br />
|
|
230
|
-
<
|
|
271
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
231
272
|
|
|
232
273
|
<br />
|
|
274
|
+
|
|
233
275
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
234
276
|
<br />
|
|
277
|
+
<br />
|
|
235
278
|
|
|
236
279
|
|
|
237
280
|
<!-- markdownlint-restore -->
|
package/bin/git.js
CHANGED
|
@@ -231785,7 +231785,17 @@ var config_default = {
|
|
|
231785
231785
|
closedIssuePrefix: "\u2705 ",
|
|
231786
231786
|
format: "{type}({scope}): {emoji}{subject}",
|
|
231787
231787
|
disableEmoji: true,
|
|
231788
|
-
list: [
|
|
231788
|
+
list: [
|
|
231789
|
+
"test",
|
|
231790
|
+
"feat",
|
|
231791
|
+
"fix",
|
|
231792
|
+
"chore",
|
|
231793
|
+
"docs",
|
|
231794
|
+
"refactor",
|
|
231795
|
+
"style",
|
|
231796
|
+
"ci",
|
|
231797
|
+
"perf"
|
|
231798
|
+
],
|
|
231789
231799
|
maxMessageLength: 75,
|
|
231790
231800
|
minMessageLength: 3,
|
|
231791
231801
|
questions: CommitQuestionsKeys,
|
|
@@ -231808,7 +231818,7 @@ var config_default = {
|
|
|
231808
231818
|
},
|
|
231809
231819
|
style: {
|
|
231810
231820
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
231811
|
-
title: "
|
|
231821
|
+
title: "Styling",
|
|
231812
231822
|
emoji: "\u{1F48E}"
|
|
231813
231823
|
},
|
|
231814
231824
|
refactor: {
|
|
@@ -231823,12 +231833,12 @@ var config_default = {
|
|
|
231823
231833
|
},
|
|
231824
231834
|
test: {
|
|
231825
231835
|
description: "Adding missing tests or correcting existing tests",
|
|
231826
|
-
title: "
|
|
231836
|
+
title: "Testing",
|
|
231827
231837
|
emoji: "\u{1F6A8}"
|
|
231828
231838
|
},
|
|
231829
|
-
|
|
231839
|
+
deps: {
|
|
231830
231840
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
231831
|
-
title: "
|
|
231841
|
+
title: "Dependency Upgrades",
|
|
231832
231842
|
emoji: "\u{1F4E6}"
|
|
231833
231843
|
},
|
|
231834
231844
|
ci: {
|
|
@@ -231859,7 +231869,7 @@ var config_default2 = {
|
|
|
231859
231869
|
[
|
|
231860
231870
|
"chore",
|
|
231861
231871
|
// Changes that affect the build system or dependency-only changes
|
|
231862
|
-
"
|
|
231872
|
+
"deps",
|
|
231863
231873
|
// Changes to CI workflows
|
|
231864
231874
|
"ci",
|
|
231865
231875
|
// Documentation-only changes
|
|
@@ -235649,8 +235659,8 @@ var DocumentPosition;
|
|
|
235649
235659
|
})(DocumentPosition || (DocumentPosition = {}));
|
|
235650
235660
|
|
|
235651
235661
|
// packages/git-tools/src/readme/transform.ts
|
|
235652
|
-
var start = "<!-- START doctoc
|
|
235653
|
-
var end = "<!-- END doctoc
|
|
235662
|
+
var start = "<!-- START doctoc -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->";
|
|
235663
|
+
var end = "<!-- END doctoc -->";
|
|
235654
235664
|
var skipTag = "<!-- DOCTOC SKIP -->";
|
|
235655
235665
|
function matchesStart(line3) {
|
|
235656
235666
|
return /<!-- START doctoc /.test(line3);
|
|
@@ -14,7 +14,7 @@ module.exports = {
|
|
|
14
14
|
[
|
|
15
15
|
"chore",
|
|
16
16
|
// Changes that affect the build system or dependency-only changes
|
|
17
|
-
"
|
|
17
|
+
"deps",
|
|
18
18
|
// Changes to CI workflows
|
|
19
19
|
"ci",
|
|
20
20
|
// Documentation-only changes
|
|
@@ -57,7 +57,8 @@ module.exports = {
|
|
|
57
57
|
description: "Select the type of change that you're committing"
|
|
58
58
|
},
|
|
59
59
|
scope: {
|
|
60
|
-
description:
|
|
60
|
+
description:
|
|
61
|
+
"Select the scope of this change (package name in the monorepo)"
|
|
61
62
|
},
|
|
62
63
|
subject: {
|
|
63
64
|
description: "Write a short, imperative tense description of the change"
|
package/package.json
CHANGED
|
@@ -1,16 +1,24 @@
|
|
|
1
1
|
## Storm Workspaces
|
|
2
2
|
|
|
3
|
-
Storm workspaces are built using
|
|
3
|
+
Storm workspaces are built using
|
|
4
|
+
<a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
|
|
5
|
+
for monorepos, which helps you develop like Google, Facebook, and Microsoft.
|
|
6
|
+
Building on top of Nx, the Open System provides a set of tools and patterns that
|
|
7
|
+
help you scale your monorepo to many teams while keeping the codebase
|
|
8
|
+
maintainable.
|
|
4
9
|
|
|
5
10
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
6
11
|
<br />
|
|
7
12
|
|
|
8
13
|
## Roadmap
|
|
9
14
|
|
|
10
|
-
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
15
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
16
|
+
list of proposed features (and known issues).
|
|
11
17
|
|
|
12
|
-
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
13
|
-
|
|
18
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
19
|
+
(Add your votes using the π reaction)
|
|
20
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
|
|
21
|
+
(Add your votes using the π reaction)
|
|
14
22
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
15
23
|
|
|
16
24
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
@@ -29,7 +37,8 @@ Reach out to the maintainer at one of the following places:
|
|
|
29
37
|
|
|
30
38
|
## License
|
|
31
39
|
|
|
32
|
-
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
40
|
+
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
41
|
+
distribute this template as you like.
|
|
33
42
|
|
|
34
43
|
See [LICENSE](LICENSE) for more information.
|
|
35
44
|
|
|
@@ -38,32 +47,42 @@ See [LICENSE](LICENSE) for more information.
|
|
|
38
47
|
|
|
39
48
|
## Changelog
|
|
40
49
|
|
|
41
|
-
This project adheres to
|
|
50
|
+
This project adheres to
|
|
51
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
|
|
52
|
+
with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
|
|
53
|
+
file
|
|
42
54
|
|
|
43
55
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
44
56
|
<br />
|
|
45
57
|
|
|
46
58
|
## Contributing
|
|
47
59
|
|
|
48
|
-
First off, thanks for taking the time to contribute! Contributions are what
|
|
60
|
+
First off, thanks for taking the time to contribute! Contributions are what
|
|
61
|
+
makes the open-source community such an amazing place to learn, inspire, and
|
|
62
|
+
create. Any contributions you make will benefit everybody else and are **greatly
|
|
63
|
+
appreciated**.
|
|
49
64
|
|
|
50
65
|
Please try to create bug reports that are:
|
|
51
66
|
|
|
52
67
|
- _Reproducible._ Include steps to reproduce the problem.
|
|
53
|
-
- _Specific._ Include as much detail as possible: which version, what
|
|
68
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
69
|
+
environment, etc.
|
|
54
70
|
- _Unique._ Do not duplicate existing opened issues.
|
|
55
71
|
- _Scoped to a Single Bug._ One bug per report.
|
|
56
72
|
|
|
57
73
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
58
74
|
|
|
59
|
-
You can use
|
|
75
|
+
You can use
|
|
76
|
+
[markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
|
|
77
|
+
to check for common markdown style inconsistency.
|
|
60
78
|
|
|
61
79
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
62
80
|
<br />
|
|
63
81
|
|
|
64
82
|
## Contributors
|
|
65
83
|
|
|
66
|
-
Thanks goes to these wonderful people
|
|
84
|
+
Thanks goes to these wonderful people
|
|
85
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
67
86
|
|
|
68
87
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
69
88
|
|
|
@@ -88,7 +107,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
88
107
|
|
|
89
108
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
90
109
|
|
|
91
|
-
This project follows the
|
|
110
|
+
This project follows the
|
|
111
|
+
[all-contributors](https://github.com/all-contributors/all-contributors)
|
|
112
|
+
specification. Contributions of any kind welcome!
|
|
92
113
|
|
|
93
114
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
94
115
|
<br />
|
|
@@ -102,9 +123,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
102
123
|
<br />
|
|
103
124
|
|
|
104
125
|
<div align="center">
|
|
105
|
-
<
|
|
106
|
-
<a href="https://stormsoftware.com" target="_blank">Website</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’ <a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://linkedin.com/in/pat-sullivan-dev" target="_blank">LinkedIn</a> β’ <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> β’ <a href="https://github.com/storm-software" target="_blank">GitHub</a> β’ <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
107
|
-
</b>
|
|
126
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’ <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> β’ <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> β’ <a href="https://github.com/storm-software" target="_blank">GitHub</a> β’ <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
108
127
|
</div>
|
|
109
128
|
|
|
110
129
|
<div align="center">
|
|
@@ -112,15 +131,31 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
112
131
|
</div>
|
|
113
132
|
<br />
|
|
114
133
|
|
|
115
|
-
Storm Software is an open source software development organization and creator
|
|
134
|
+
Storm Software is an open source software development organization and creator
|
|
135
|
+
of Acidic, StormStack and StormCloud.
|
|
116
136
|
|
|
117
|
-
Our mission is to make software development more accessible. Our ideal future is
|
|
137
|
+
Our mission is to make software development more accessible. Our ideal future is
|
|
138
|
+
one where anyone can create software without years of prior development
|
|
139
|
+
experience serving as a barrier to entry. We hope to achieve this via LLMs,
|
|
140
|
+
Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
118
141
|
|
|
119
|
-
|
|
142
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
143
|
+
receive release notifications, ask questions, and get involved.
|
|
120
144
|
|
|
145
|
+
If this sounds interesting, and you would like to help us in creating the next
|
|
146
|
+
generation of development tools, please reach out on our
|
|
147
|
+
[website](https://stormsoftware.com/contact) or join our
|
|
148
|
+
[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
|
|
149
|
+
channel!
|
|
150
|
+
|
|
151
|
+
<br />
|
|
152
|
+
|
|
153
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
121
154
|
<br />
|
|
122
|
-
<
|
|
155
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
123
156
|
|
|
124
157
|
<br />
|
|
158
|
+
|
|
125
159
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
126
160
|
<br />
|
|
161
|
+
<br />
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<b>
|
|
6
6
|
<a href="https://stormsoftware.com" target="_blank">Website</a> β’
|
|
7
7
|
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> β’
|
|
8
|
-
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’
|
|
8
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’
|
|
9
9
|
<a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
|
|
10
10
|
</b>
|
|
11
11
|
</div>
|
|
@@ -33,9 +33,9 @@ This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
33
33
|
|
|
34
34
|
<br />
|
|
35
35
|
|
|
36
|
-
<!-- START doctoc
|
|
36
|
+
<!-- START doctoc -->
|
|
37
37
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
38
38
|
|
|
39
|
-
<!-- END doctoc
|
|
39
|
+
<!-- END doctoc -->
|
|
40
40
|
|
|
41
41
|
<br />
|
package/src/cli/index.js
CHANGED
|
@@ -165680,7 +165680,17 @@ var config_default = {
|
|
|
165680
165680
|
closedIssuePrefix: "\u2705 ",
|
|
165681
165681
|
format: "{type}({scope}): {emoji}{subject}",
|
|
165682
165682
|
disableEmoji: true,
|
|
165683
|
-
list: [
|
|
165683
|
+
list: [
|
|
165684
|
+
"test",
|
|
165685
|
+
"feat",
|
|
165686
|
+
"fix",
|
|
165687
|
+
"chore",
|
|
165688
|
+
"docs",
|
|
165689
|
+
"refactor",
|
|
165690
|
+
"style",
|
|
165691
|
+
"ci",
|
|
165692
|
+
"perf"
|
|
165693
|
+
],
|
|
165684
165694
|
maxMessageLength: 75,
|
|
165685
165695
|
minMessageLength: 3,
|
|
165686
165696
|
questions: CommitQuestionsKeys,
|
|
@@ -165703,7 +165713,7 @@ var config_default = {
|
|
|
165703
165713
|
},
|
|
165704
165714
|
style: {
|
|
165705
165715
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
165706
|
-
title: "
|
|
165716
|
+
title: "Styling",
|
|
165707
165717
|
emoji: "\u{1F48E}"
|
|
165708
165718
|
},
|
|
165709
165719
|
refactor: {
|
|
@@ -165718,12 +165728,12 @@ var config_default = {
|
|
|
165718
165728
|
},
|
|
165719
165729
|
test: {
|
|
165720
165730
|
description: "Adding missing tests or correcting existing tests",
|
|
165721
|
-
title: "
|
|
165731
|
+
title: "Testing",
|
|
165722
165732
|
emoji: "\u{1F6A8}"
|
|
165723
165733
|
},
|
|
165724
|
-
|
|
165734
|
+
deps: {
|
|
165725
165735
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
165726
|
-
title: "
|
|
165736
|
+
title: "Dependency Upgrades",
|
|
165727
165737
|
emoji: "\u{1F4E6}"
|
|
165728
165738
|
},
|
|
165729
165739
|
ci: {
|
|
@@ -165754,7 +165764,7 @@ var config_default2 = {
|
|
|
165754
165764
|
[
|
|
165755
165765
|
"chore",
|
|
165756
165766
|
// Changes that affect the build system or dependency-only changes
|
|
165757
|
-
"
|
|
165767
|
+
"deps",
|
|
165758
165768
|
// Changes to CI workflows
|
|
165759
165769
|
"ci",
|
|
165760
165770
|
// Documentation-only changes
|
|
@@ -169544,8 +169554,8 @@ var DocumentPosition;
|
|
|
169544
169554
|
})(DocumentPosition || (DocumentPosition = {}));
|
|
169545
169555
|
|
|
169546
169556
|
// packages/git-tools/src/readme/transform.ts
|
|
169547
|
-
var start = "<!-- START doctoc
|
|
169548
|
-
var end = "<!-- END doctoc
|
|
169557
|
+
var start = "<!-- START doctoc -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->";
|
|
169558
|
+
var end = "<!-- END doctoc -->";
|
|
169549
169559
|
var skipTag = "<!-- DOCTOC SKIP -->";
|
|
169550
169560
|
function matchesStart(line3) {
|
|
169551
169561
|
return /<!-- START doctoc /.test(line3);
|
package/src/commit/config.js
CHANGED
|
@@ -17,7 +17,17 @@ var config_default = {
|
|
|
17
17
|
closedIssuePrefix: "\u2705 ",
|
|
18
18
|
format: "{type}({scope}): {emoji}{subject}",
|
|
19
19
|
disableEmoji: true,
|
|
20
|
-
list: [
|
|
20
|
+
list: [
|
|
21
|
+
"test",
|
|
22
|
+
"feat",
|
|
23
|
+
"fix",
|
|
24
|
+
"chore",
|
|
25
|
+
"docs",
|
|
26
|
+
"refactor",
|
|
27
|
+
"style",
|
|
28
|
+
"ci",
|
|
29
|
+
"perf"
|
|
30
|
+
],
|
|
21
31
|
maxMessageLength: 75,
|
|
22
32
|
minMessageLength: 3,
|
|
23
33
|
questions: CommitQuestionsKeys,
|
|
@@ -40,7 +50,7 @@ var config_default = {
|
|
|
40
50
|
},
|
|
41
51
|
style: {
|
|
42
52
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
43
|
-
title: "
|
|
53
|
+
title: "Styling",
|
|
44
54
|
emoji: "\u{1F48E}"
|
|
45
55
|
},
|
|
46
56
|
refactor: {
|
|
@@ -55,12 +65,12 @@ var config_default = {
|
|
|
55
65
|
},
|
|
56
66
|
test: {
|
|
57
67
|
description: "Adding missing tests or correcting existing tests",
|
|
58
|
-
title: "
|
|
68
|
+
title: "Testing",
|
|
59
69
|
emoji: "\u{1F6A8}"
|
|
60
70
|
},
|
|
61
|
-
|
|
71
|
+
deps: {
|
|
62
72
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
63
|
-
title: "
|
|
73
|
+
title: "Dependency Upgrades",
|
|
64
74
|
emoji: "\u{1F4E6}"
|
|
65
75
|
},
|
|
66
76
|
ci: {
|
|
@@ -91,7 +101,7 @@ var config_default2 = {
|
|
|
91
101
|
[
|
|
92
102
|
"chore",
|
|
93
103
|
// Changes that affect the build system or dependency-only changes
|
|
94
|
-
"
|
|
104
|
+
"deps",
|
|
95
105
|
// Changes to CI workflows
|
|
96
106
|
"ci",
|
|
97
107
|
// Documentation-only changes
|
package/src/commit/index.js
CHANGED
|
@@ -37655,7 +37655,17 @@ var config_default = {
|
|
|
37655
37655
|
closedIssuePrefix: "\u2705 ",
|
|
37656
37656
|
format: "{type}({scope}): {emoji}{subject}",
|
|
37657
37657
|
disableEmoji: true,
|
|
37658
|
-
list: [
|
|
37658
|
+
list: [
|
|
37659
|
+
"test",
|
|
37660
|
+
"feat",
|
|
37661
|
+
"fix",
|
|
37662
|
+
"chore",
|
|
37663
|
+
"docs",
|
|
37664
|
+
"refactor",
|
|
37665
|
+
"style",
|
|
37666
|
+
"ci",
|
|
37667
|
+
"perf"
|
|
37668
|
+
],
|
|
37659
37669
|
maxMessageLength: 75,
|
|
37660
37670
|
minMessageLength: 3,
|
|
37661
37671
|
questions: CommitQuestionsKeys,
|
|
@@ -37678,7 +37688,7 @@ var config_default = {
|
|
|
37678
37688
|
},
|
|
37679
37689
|
style: {
|
|
37680
37690
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
37681
|
-
title: "
|
|
37691
|
+
title: "Styling",
|
|
37682
37692
|
emoji: "\u{1F48E}"
|
|
37683
37693
|
},
|
|
37684
37694
|
refactor: {
|
|
@@ -37693,12 +37703,12 @@ var config_default = {
|
|
|
37693
37703
|
},
|
|
37694
37704
|
test: {
|
|
37695
37705
|
description: "Adding missing tests or correcting existing tests",
|
|
37696
|
-
title: "
|
|
37706
|
+
title: "Testing",
|
|
37697
37707
|
emoji: "\u{1F6A8}"
|
|
37698
37708
|
},
|
|
37699
|
-
|
|
37709
|
+
deps: {
|
|
37700
37710
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
37701
|
-
title: "
|
|
37711
|
+
title: "Dependency Upgrades",
|
|
37702
37712
|
emoji: "\u{1F4E6}"
|
|
37703
37713
|
},
|
|
37704
37714
|
ci: {
|
|
@@ -37729,7 +37739,7 @@ var config_default2 = {
|
|
|
37729
37739
|
[
|
|
37730
37740
|
"chore",
|
|
37731
37741
|
// Changes that affect the build system or dependency-only changes
|
|
37732
|
-
"
|
|
37742
|
+
"deps",
|
|
37733
37743
|
// Changes to CI workflows
|
|
37734
37744
|
"ci",
|
|
37735
37745
|
// Documentation-only changes
|
package/src/commitizen/index.js
CHANGED
|
@@ -37602,7 +37602,17 @@ var config_default = {
|
|
|
37602
37602
|
closedIssuePrefix: "\u2705 ",
|
|
37603
37603
|
format: "{type}({scope}): {emoji}{subject}",
|
|
37604
37604
|
disableEmoji: true,
|
|
37605
|
-
list: [
|
|
37605
|
+
list: [
|
|
37606
|
+
"test",
|
|
37607
|
+
"feat",
|
|
37608
|
+
"fix",
|
|
37609
|
+
"chore",
|
|
37610
|
+
"docs",
|
|
37611
|
+
"refactor",
|
|
37612
|
+
"style",
|
|
37613
|
+
"ci",
|
|
37614
|
+
"perf"
|
|
37615
|
+
],
|
|
37606
37616
|
maxMessageLength: 75,
|
|
37607
37617
|
minMessageLength: 3,
|
|
37608
37618
|
questions: CommitQuestionsKeys,
|
|
@@ -37625,7 +37635,7 @@ var config_default = {
|
|
|
37625
37635
|
},
|
|
37626
37636
|
style: {
|
|
37627
37637
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
37628
|
-
title: "
|
|
37638
|
+
title: "Styling",
|
|
37629
37639
|
emoji: "\u{1F48E}"
|
|
37630
37640
|
},
|
|
37631
37641
|
refactor: {
|
|
@@ -37640,12 +37650,12 @@ var config_default = {
|
|
|
37640
37650
|
},
|
|
37641
37651
|
test: {
|
|
37642
37652
|
description: "Adding missing tests or correcting existing tests",
|
|
37643
|
-
title: "
|
|
37653
|
+
title: "Testing",
|
|
37644
37654
|
emoji: "\u{1F6A8}"
|
|
37645
37655
|
},
|
|
37646
|
-
|
|
37656
|
+
deps: {
|
|
37647
37657
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
37648
|
-
title: "
|
|
37658
|
+
title: "Dependency Upgrades",
|
|
37649
37659
|
emoji: "\u{1F4E6}"
|
|
37650
37660
|
},
|
|
37651
37661
|
ci: {
|
|
@@ -37676,7 +37686,7 @@ var config_default2 = {
|
|
|
37676
37686
|
[
|
|
37677
37687
|
"chore",
|
|
37678
37688
|
// Changes that affect the build system or dependency-only changes
|
|
37679
|
-
"
|
|
37689
|
+
"deps",
|
|
37680
37690
|
// Changes to CI workflows
|
|
37681
37691
|
"ci",
|
|
37682
37692
|
// Documentation-only changes
|
package/src/commitlint/config.js
CHANGED
|
@@ -10,7 +10,7 @@ var config_default = {
|
|
|
10
10
|
[
|
|
11
11
|
"chore",
|
|
12
12
|
// Changes that affect the build system or dependency-only changes
|
|
13
|
-
"
|
|
13
|
+
"deps",
|
|
14
14
|
// Changes to CI workflows
|
|
15
15
|
"ci",
|
|
16
16
|
// Documentation-only changes
|
|
@@ -68,6 +68,102 @@ var config_default = {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
|
+
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG = {
|
|
72
|
+
types: {
|
|
73
|
+
feat: {
|
|
74
|
+
semverBump: "minor",
|
|
75
|
+
changelog: {
|
|
76
|
+
title: "Features",
|
|
77
|
+
hidden: false
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
fix: {
|
|
81
|
+
semverBump: "patch",
|
|
82
|
+
changelog: {
|
|
83
|
+
title: "Bug Fixes",
|
|
84
|
+
hidden: false
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
perf: {
|
|
88
|
+
semverBump: "none",
|
|
89
|
+
changelog: {
|
|
90
|
+
title: "Performance Improvements",
|
|
91
|
+
hidden: false
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
refactor: {
|
|
95
|
+
semverBump: "patch",
|
|
96
|
+
changelog: {
|
|
97
|
+
title: "Refactoring",
|
|
98
|
+
hidden: false
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
docs: {
|
|
102
|
+
semverBump: "none",
|
|
103
|
+
changelog: {
|
|
104
|
+
title: "Documentation",
|
|
105
|
+
hidden: true
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
deps: {
|
|
109
|
+
semverBump: "patch",
|
|
110
|
+
changelog: {
|
|
111
|
+
title: "Dependency Upgrades",
|
|
112
|
+
hidden: false
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
types: {
|
|
116
|
+
semverBump: "minor",
|
|
117
|
+
changelog: {
|
|
118
|
+
title: "Type Definitions",
|
|
119
|
+
hidden: false
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
chore: {
|
|
123
|
+
semverBump: "none",
|
|
124
|
+
changelog: {
|
|
125
|
+
title: "Chores",
|
|
126
|
+
hidden: true
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
examples: {
|
|
130
|
+
semverBump: "none",
|
|
131
|
+
changelog: {
|
|
132
|
+
title: "Examples",
|
|
133
|
+
hidden: true
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
test: {
|
|
137
|
+
semverBump: "none",
|
|
138
|
+
changelog: {
|
|
139
|
+
title: "Testing",
|
|
140
|
+
hidden: true
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
style: {
|
|
144
|
+
semverBump: "minor",
|
|
145
|
+
changelog: {
|
|
146
|
+
title: "Styling",
|
|
147
|
+
hidden: false
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
ci: {
|
|
151
|
+
semverBump: "patch",
|
|
152
|
+
changelog: {
|
|
153
|
+
title: "Continuous Integration",
|
|
154
|
+
hidden: false
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
revert: {
|
|
158
|
+
semverBump: "patch",
|
|
159
|
+
changelog: {
|
|
160
|
+
title: "Revert",
|
|
161
|
+
hidden: false
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
};
|
|
71
166
|
export {
|
|
167
|
+
DEFAULT_CONVENTIONAL_COMMITS_CONFIG,
|
|
72
168
|
config_default as default
|
|
73
169
|
};
|
package/src/index.js
CHANGED
|
@@ -165680,7 +165680,17 @@ var config_default = {
|
|
|
165680
165680
|
closedIssuePrefix: "\u2705 ",
|
|
165681
165681
|
format: "{type}({scope}): {emoji}{subject}",
|
|
165682
165682
|
disableEmoji: true,
|
|
165683
|
-
list: [
|
|
165683
|
+
list: [
|
|
165684
|
+
"test",
|
|
165685
|
+
"feat",
|
|
165686
|
+
"fix",
|
|
165687
|
+
"chore",
|
|
165688
|
+
"docs",
|
|
165689
|
+
"refactor",
|
|
165690
|
+
"style",
|
|
165691
|
+
"ci",
|
|
165692
|
+
"perf"
|
|
165693
|
+
],
|
|
165684
165694
|
maxMessageLength: 75,
|
|
165685
165695
|
minMessageLength: 3,
|
|
165686
165696
|
questions: CommitQuestionsKeys,
|
|
@@ -165703,7 +165713,7 @@ var config_default = {
|
|
|
165703
165713
|
},
|
|
165704
165714
|
style: {
|
|
165705
165715
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
165706
|
-
title: "
|
|
165716
|
+
title: "Styling",
|
|
165707
165717
|
emoji: "\u{1F48E}"
|
|
165708
165718
|
},
|
|
165709
165719
|
refactor: {
|
|
@@ -165718,12 +165728,12 @@ var config_default = {
|
|
|
165718
165728
|
},
|
|
165719
165729
|
test: {
|
|
165720
165730
|
description: "Adding missing tests or correcting existing tests",
|
|
165721
|
-
title: "
|
|
165731
|
+
title: "Testing",
|
|
165722
165732
|
emoji: "\u{1F6A8}"
|
|
165723
165733
|
},
|
|
165724
|
-
|
|
165734
|
+
deps: {
|
|
165725
165735
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
165726
|
-
title: "
|
|
165736
|
+
title: "Dependency Upgrades",
|
|
165727
165737
|
emoji: "\u{1F4E6}"
|
|
165728
165738
|
},
|
|
165729
165739
|
ci: {
|
|
@@ -165754,7 +165764,7 @@ var config_default2 = {
|
|
|
165754
165764
|
[
|
|
165755
165765
|
"chore",
|
|
165756
165766
|
// Changes that affect the build system or dependency-only changes
|
|
165757
|
-
"
|
|
165767
|
+
"deps",
|
|
165758
165768
|
// Changes to CI workflows
|
|
165759
165769
|
"ci",
|
|
165760
165770
|
// Documentation-only changes
|
|
@@ -165812,6 +165822,101 @@ var config_default2 = {
|
|
|
165812
165822
|
}
|
|
165813
165823
|
}
|
|
165814
165824
|
};
|
|
165825
|
+
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG = {
|
|
165826
|
+
types: {
|
|
165827
|
+
feat: {
|
|
165828
|
+
semverBump: "minor",
|
|
165829
|
+
changelog: {
|
|
165830
|
+
title: "Features",
|
|
165831
|
+
hidden: false
|
|
165832
|
+
}
|
|
165833
|
+
},
|
|
165834
|
+
fix: {
|
|
165835
|
+
semverBump: "patch",
|
|
165836
|
+
changelog: {
|
|
165837
|
+
title: "Bug Fixes",
|
|
165838
|
+
hidden: false
|
|
165839
|
+
}
|
|
165840
|
+
},
|
|
165841
|
+
perf: {
|
|
165842
|
+
semverBump: "none",
|
|
165843
|
+
changelog: {
|
|
165844
|
+
title: "Performance Improvements",
|
|
165845
|
+
hidden: false
|
|
165846
|
+
}
|
|
165847
|
+
},
|
|
165848
|
+
refactor: {
|
|
165849
|
+
semverBump: "patch",
|
|
165850
|
+
changelog: {
|
|
165851
|
+
title: "Refactoring",
|
|
165852
|
+
hidden: false
|
|
165853
|
+
}
|
|
165854
|
+
},
|
|
165855
|
+
docs: {
|
|
165856
|
+
semverBump: "none",
|
|
165857
|
+
changelog: {
|
|
165858
|
+
title: "Documentation",
|
|
165859
|
+
hidden: true
|
|
165860
|
+
}
|
|
165861
|
+
},
|
|
165862
|
+
deps: {
|
|
165863
|
+
semverBump: "patch",
|
|
165864
|
+
changelog: {
|
|
165865
|
+
title: "Dependency Upgrades",
|
|
165866
|
+
hidden: false
|
|
165867
|
+
}
|
|
165868
|
+
},
|
|
165869
|
+
types: {
|
|
165870
|
+
semverBump: "minor",
|
|
165871
|
+
changelog: {
|
|
165872
|
+
title: "Type Definitions",
|
|
165873
|
+
hidden: false
|
|
165874
|
+
}
|
|
165875
|
+
},
|
|
165876
|
+
chore: {
|
|
165877
|
+
semverBump: "none",
|
|
165878
|
+
changelog: {
|
|
165879
|
+
title: "Chores",
|
|
165880
|
+
hidden: true
|
|
165881
|
+
}
|
|
165882
|
+
},
|
|
165883
|
+
examples: {
|
|
165884
|
+
semverBump: "none",
|
|
165885
|
+
changelog: {
|
|
165886
|
+
title: "Examples",
|
|
165887
|
+
hidden: true
|
|
165888
|
+
}
|
|
165889
|
+
},
|
|
165890
|
+
test: {
|
|
165891
|
+
semverBump: "none",
|
|
165892
|
+
changelog: {
|
|
165893
|
+
title: "Testing",
|
|
165894
|
+
hidden: true
|
|
165895
|
+
}
|
|
165896
|
+
},
|
|
165897
|
+
style: {
|
|
165898
|
+
semverBump: "minor",
|
|
165899
|
+
changelog: {
|
|
165900
|
+
title: "Styling",
|
|
165901
|
+
hidden: false
|
|
165902
|
+
}
|
|
165903
|
+
},
|
|
165904
|
+
ci: {
|
|
165905
|
+
semverBump: "patch",
|
|
165906
|
+
changelog: {
|
|
165907
|
+
title: "Continuous Integration",
|
|
165908
|
+
hidden: false
|
|
165909
|
+
}
|
|
165910
|
+
},
|
|
165911
|
+
revert: {
|
|
165912
|
+
semverBump: "patch",
|
|
165913
|
+
changelog: {
|
|
165914
|
+
title: "Revert",
|
|
165915
|
+
hidden: false
|
|
165916
|
+
}
|
|
165917
|
+
}
|
|
165918
|
+
}
|
|
165919
|
+
};
|
|
165815
165920
|
|
|
165816
165921
|
// packages/git-tools/src/commit/config.ts
|
|
165817
165922
|
var config = {
|
|
@@ -169557,8 +169662,8 @@ var DocumentPosition;
|
|
|
169557
169662
|
})(DocumentPosition || (DocumentPosition = {}));
|
|
169558
169663
|
|
|
169559
169664
|
// packages/git-tools/src/readme/transform.ts
|
|
169560
|
-
var start = "<!-- START doctoc
|
|
169561
|
-
var end = "<!-- END doctoc
|
|
169665
|
+
var start = "<!-- START doctoc -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->";
|
|
169666
|
+
var end = "<!-- END doctoc -->";
|
|
169562
169667
|
var skipTag = "<!-- DOCTOC SKIP -->";
|
|
169563
169668
|
function matchesStart(line3) {
|
|
169564
169669
|
return /<!-- START doctoc /.test(line3);
|
|
@@ -170724,7 +170829,7 @@ import { findMatchingProjects } from "nx/src/utils/find-matching-projects.js";
|
|
|
170724
170829
|
import { output } from "nx/src/utils/output.js";
|
|
170725
170830
|
import { workspaceRoot as workspaceRoot2 } from "nx/src/utils/workspace-root.js";
|
|
170726
170831
|
var IMPLICIT_DEFAULT_RELEASE_GROUP = "__default__";
|
|
170727
|
-
var
|
|
170832
|
+
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG2 = {
|
|
170728
170833
|
types: {
|
|
170729
170834
|
feat: {
|
|
170730
170835
|
semverBump: "minor",
|
|
@@ -170872,7 +170977,7 @@ function fillUnspecifiedConventionalCommitsProperties(config2) {
|
|
|
170872
170977
|
}
|
|
170873
170978
|
const types = {};
|
|
170874
170979
|
for (const [t13, typeConfig] of Object.entries(config2.types)) {
|
|
170875
|
-
const defaultTypeConfig =
|
|
170980
|
+
const defaultTypeConfig = DEFAULT_CONVENTIONAL_COMMITS_CONFIG2.types[t13];
|
|
170876
170981
|
const semverBump = typeof typeConfig !== "boolean" && typeConfig.semverBump || // preserve our default semver bump if it's not 'none'
|
|
170877
170982
|
// this prevents a 'feat' from becoming a 'patch' just
|
|
170878
170983
|
// because they modified the changelog config for 'feat'
|
|
@@ -171061,7 +171166,7 @@ async function createNxReleaseConfig2(projectGraph, projectFileMap, userConfig =
|
|
|
171061
171166
|
},
|
|
171062
171167
|
releaseTagPattern: userConfig.releaseTagPattern || // The appropriate default releaseTagPattern is dependent upon the projectRelationships
|
|
171063
171168
|
(workspaceProjectsRelationship === "independent" ? defaultIndependentReleaseTagPattern : defaultFixedReleaseTagPattern),
|
|
171064
|
-
conventionalCommits:
|
|
171169
|
+
conventionalCommits: DEFAULT_CONVENTIONAL_COMMITS_CONFIG2
|
|
171065
171170
|
};
|
|
171066
171171
|
const groupProjectsRelationship = userConfig.projectsRelationship || WORKSPACE_DEFAULTS.projectsRelationship || "independent";
|
|
171067
171172
|
const GROUP_DEFAULTS = {
|
|
@@ -171547,6 +171652,7 @@ var checkPackageVersion = (fields) => {
|
|
|
171547
171652
|
};
|
|
171548
171653
|
export {
|
|
171549
171654
|
CommitQuestionsKeys,
|
|
171655
|
+
DEFAULT_CONVENTIONAL_COMMITS_CONFIG,
|
|
171550
171656
|
checkPackageVersion,
|
|
171551
171657
|
commitAction,
|
|
171552
171658
|
commitPrompt,
|
|
@@ -15871,7 +15871,7 @@ import {
|
|
|
15871
15871
|
import { getCommitsRelevantToProjects } from "nx/src/command-line/release/utils/shared.js";
|
|
15872
15872
|
var changelogRenderer = async ({
|
|
15873
15873
|
projectGraph,
|
|
15874
|
-
commits,
|
|
15874
|
+
commits = [],
|
|
15875
15875
|
releaseVersion,
|
|
15876
15876
|
project,
|
|
15877
15877
|
entryWhenNoChanges,
|
|
@@ -15886,7 +15886,7 @@ var changelogRenderer = async ({
|
|
|
15886
15886
|
fix: { title: "Bug Fixes" },
|
|
15887
15887
|
refactor: { title: "Refactoring" },
|
|
15888
15888
|
docs: { title: "Documentation" },
|
|
15889
|
-
|
|
15889
|
+
deps: { title: "Dependency Upgrades" },
|
|
15890
15890
|
types: { title: "Type Definitions" },
|
|
15891
15891
|
chore: { title: "Chore" },
|
|
15892
15892
|
examples: { title: "Examples" },
|
|
@@ -16024,7 +16024,7 @@ ${entryWhenNoChanges}`,
|
|
|
16024
16024
|
}
|
|
16025
16025
|
}
|
|
16026
16026
|
if (breakingChanges.length > 0) {
|
|
16027
|
-
markdownLines.push("", "####
|
|
16027
|
+
markdownLines.push("", "#### Breaking Changes", "", ...breakingChanges);
|
|
16028
16028
|
}
|
|
16029
16029
|
if (changelogRenderOptions.authors) {
|
|
16030
16030
|
const _authors = /* @__PURE__ */ new Map();
|
|
@@ -16075,7 +16075,7 @@ ${entryWhenNoChanges}`,
|
|
|
16075
16075
|
if (authors.length > 0) {
|
|
16076
16076
|
markdownLines.push(
|
|
16077
16077
|
"",
|
|
16078
|
-
"###
|
|
16078
|
+
"### Thank you to our wonderful contributors",
|
|
16079
16079
|
"",
|
|
16080
16080
|
...authors.sort((a, b) => a.name.localeCompare(b.name)).map((i) => {
|
|
16081
16081
|
const github = i.github ? ` @${i.github}` : "";
|