@storm-software/git-tools 2.125.5 → 2.126.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.
@@ -57,13 +57,9 @@ pre-commit:
57
57
  pre-push:
58
58
  piped: true
59
59
  commands:
60
- packages-readme:
61
- glob: "**/{README.md,README.*.md,readme/**/*,package.json,executors.json,generators.json}"
62
- run: pnpm format-readme && git update-index
63
- stage_fixed: true
64
- workspace-readme:
60
+ readme:
65
61
  glob: "**/*"
66
- run: pnpm exec storm-git readme --templates="tools/readme-templates" --project="@stryke/monorepo"
62
+ run: pnpm exec storm-git readme --templates="tools/readme-templates" --workspace && git update-index
67
63
  stage_fixed: true
68
64
  format:
69
65
  files: git diff --name-only HEAD @{push}
package/dist/types.d.cts CHANGED
@@ -108,6 +108,7 @@ type ReleaseContext = ReleaseConfig & {
108
108
  interface ReadMeOptions {
109
109
  templates: string;
110
110
  project?: string;
111
+ workspace?: boolean;
111
112
  output?: string;
112
113
  clean: boolean;
113
114
  prettier: boolean;
package/dist/types.d.ts CHANGED
@@ -108,6 +108,7 @@ type ReleaseContext = ReleaseConfig & {
108
108
  interface ReadMeOptions {
109
109
  templates: string;
110
110
  project?: string;
111
+ workspace?: boolean;
111
112
  output?: string;
112
113
  clean: boolean;
113
114
  prettier: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.125.5",
3
+ "version": "2.126.0",
4
4
  "private": false,
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "keywords": [
@@ -190,8 +190,8 @@
190
190
  "@inquirer/prompts": "7.2.1",
191
191
  "@nx/devkit": "^22.5.4",
192
192
  "@nx/js": "22.5.1",
193
- "@storm-software/config": "^1.135.25",
194
- "@storm-software/config-tools": "^1.189.24",
193
+ "@storm-software/config": "^1.135.26",
194
+ "@storm-software/config-tools": "^1.189.25",
195
195
  "@textlint/ast-node-types": "14.4.2",
196
196
  "@textlint/markdown-to-ast": "14.4.2",
197
197
  "anchor-markdown-header": "0.7.0",
@@ -200,7 +200,7 @@
200
200
  "chalk": "^4.1.2",
201
201
  "chalk-template": "1.1.0",
202
202
  "conventional-changelog-conventionalcommits": "^9.3.0",
203
- "conventional-changelog-storm-software": "^0.3.105",
203
+ "conventional-changelog-storm-software": "^0.3.106",
204
204
  "htmlparser2": "10.0.0",
205
205
  "jsonc-parser": "3.2.1",
206
206
  "nx": "22.5.1",
@@ -225,5 +225,5 @@
225
225
  "packageManager": "pnpm@10.3.0",
226
226
  "engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
227
227
  "publishConfig": { "access": "public" },
228
- "gitHead": "7009c0f605ba9ca265639ddc2e4f96a951d1c5f7"
228
+ "gitHead": "89922f0ab62cc4511964849ccba9c919cce20794"
229
229
  }