@storm-software/projen 0.15.22 → 0.15.23
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
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.15.22](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.22) (2025-06-17)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
|
|
5
11
|
## [0.15.21](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.21) (2025-06-12)
|
|
6
12
|
|
|
7
13
|
### Miscellaneous
|
|
@@ -612,6 +612,8 @@ var StormNxWorkspace = (_class = class extends _nxworkspace.NxWorkspace {
|
|
|
612
612
|
releaseTagPattern,
|
|
613
613
|
version: {
|
|
614
614
|
groupPreVersionCommand,
|
|
615
|
+
currentVersionResolver: "git-tag",
|
|
616
|
+
specifierSource: "conventional-commits",
|
|
615
617
|
generator: "@storm-software/workspace-tools:release-version",
|
|
616
618
|
generatorOptions: {
|
|
617
619
|
currentVersionResolver: "git-tag",
|
|
@@ -612,6 +612,8 @@ var StormNxWorkspace = class extends NxWorkspace {
|
|
|
612
612
|
releaseTagPattern,
|
|
613
613
|
version: {
|
|
614
614
|
groupPreVersionCommand,
|
|
615
|
+
currentVersionResolver: "git-tag",
|
|
616
|
+
specifierSource: "conventional-commits",
|
|
615
617
|
generator: "@storm-software/workspace-tools:release-version",
|
|
616
618
|
generatorOptions: {
|
|
617
619
|
currentVersionResolver: "git-tag",
|