Skip to content

Commit c978a02

Browse files
committed
Update versioning in version.json to dynamic
Introduced a dynamic element to the versioning in the `version.json` file by changing the `version` field from a static `"1.0.0"` to a dynamic `"1.0.{height}"`. This change allows for automatic version incrementation based on a project-specific metric or build number, enhancing the version management process.
1 parent f3d4209 commit c978a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.0.0",
3+
"version": "1.0.{height}",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
]

0 commit comments

Comments
 (0)