Skip to content

Commit 0450f8e

Browse files
docs(segments): add missing tooling options
1 parent 5c9c70b commit 0450f8e

File tree

19 files changed

+19
-0
lines changed

19 files changed

+19
-0
lines changed

website/docs/segments/cli/angular.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import Config from "@site/src/components/Config.js";
3535
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
3636
| `extensions` | `[]string` | `angular.json` | allows to override the default list of file extensions to validate |
3737
| `folders` | `[]string` | | allows to override the list of folder names to validate |
38+
| `tooling` | `[]string` | `angular` | the tooling to use for fetching the version |
3839

3940
## Template ([info][templates])
4041

website/docs/segments/cli/aurelia.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import Config from "@site/src/components/Config.js";
3535
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
3636
| `extensions` | `[]string` | `package.json` | allows to override the default list of file extensions to validate |
3737
| `folders` | `[]string` | | allows to override the list of folder names to validate |
38+
| `tooling` | `[]string` | `aurelia` | the tooling to use for fetching the version |
3839

3940
## Template ([info][templates])
4041

website/docs/segments/cli/buf.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import Config from "@site/src/components/Config.js";
3333
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
3434
| `extensions` | `[]string` | `buf.yaml, buf.gen.yaml, buf.work.yaml` | allows to override the default list of file extensions to validate |
3535
| `folders` | `[]string` | | allows to override the list of folder names to validate |
36+
| `tooling` | `[]string` | `buf` | the tooling to use for fetching the version |
3637

3738
## Template ([info][templates])
3839

website/docs/segments/cli/bun.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import Config from "@site/src/components/Config.js";
3333
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
3434
| `extensions` | `[]string` | `bun.lockb, bun.lock` | allows to override the default list of file extensions to validate |
3535
| `folders` | `[]string` | | allows to override the list of folder names to validate |
36+
| `tooling` | `[]string` | `bun` | the tooling to use for fetching the version |
3637

3738
## Template ([info][templates])
3839

website/docs/segments/cli/cmake.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import Config from "@site/src/components/Config.js";
3535
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
3636
| `extensions` | `[]string` | `*.cmake, CMakeLists.txt` | allows to override the default list of file extensions to validate |
3737
| `folders` | `[]string` | | allows to override the list of folder names to validate |
38+
| `tooling` | `[]string` | `cmake` | the tooling to use for fetching the version |
3839

3940
## Template ([info][templates])
4041

website/docs/segments/cli/deno.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import Config from "@site/src/components/Config.js";
3333
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
3434
| `extensions` | `[]string` | `*.ts, *.js, deno.json` | allows to override the default list of file extensions to validate |
3535
| `folders` | `[]string` | | allows to override the list of folder names to validate |
36+
| `tooling` | `[]string` | `deno` | the tooling to use for fetching the version |
3637

3738
## Template ([info][templates])
3839

website/docs/segments/cli/flutter.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import Config from "@site/src/components/Config.js";
3535
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
3636
| `extensions` | `[]string` | `*.dart, pubspec.yaml, pubspec.yml, pubspec.lock` | allows to override the default list of file extensions to validate |
3737
| `folders` | `[]string` | `.dart_tool` | allows to override the list of folder names to validate |
38+
| `tooling` | `[]string` | `fvm, flutter` | the tooling to use for fetching the version |
3839

3940
## Template ([info][templates])
4041

website/docs/segments/cli/mvn.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import Config from "@site/src/components/Config.js";
3535
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
3636
| `extensions` | `[]string` | `pom.xml` | allows to override the default list of file extensions to validate |
3737
| `folders` | `[]string` | | allows to override the list of folder names to validate |
38+
| `tooling` | `[]string` | `mvn` | the tooling to use for fetching the version |
3839

3940
## Template ([info][templates])
4041

website/docs/segments/cli/npm.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import Config from "@site/src/components/Config.js";
3535
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
3636
| `extensions` | `[]string` | `package.json, package-lock.json` | allows to override the default list of file extensions to validate |
3737
| `folders` | `[]string` | | allows to override the list of folder names to validate |
38+
| `tooling` | `[]string` | `npm` | the tooling to use for fetching the version |
3839

3940
## Template ([info][templates])
4041

website/docs/segments/cli/nx.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import Config from "@site/src/components/Config.js";
3535
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
3636
| `extensions` | `[]string` | `workspace.json, nx.json` | allows to override the default list of file extensions to validate |
3737
| `folders` | `[]string` | | allows to override the list of folder names to validate |
38+
| `tooling` | `[]string` | `nx` | the tooling to use for fetching the version |
3839

3940
## Template ([info][templates])
4041

0 commit comments

Comments
 (0)