Skip to content

Commit

Permalink
Specify exact version for GitVersion setup.
Browse files Browse the repository at this point in the history
Updated the `INPUT_VERSIONSPEC` from `6.x` to `6.0.x` in azure.env, local.env, and github.env to ensure precision in version selection. This change helps in avoiding unintended major version upgrades while maintaining minor updates within the 6.0 release series.
  • Loading branch information
arturcic committed Dec 10, 2024
1 parent 01c0f09 commit 810322d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion envs/gitversion/setup/azure.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ AGENT_TOOLSDIRECTORY=./.test/tools
INPUT_IGNOREFAILEDSOURCES=true
INPUT_INCLUDEPRERELEASE=false
INPUT_PREFERLATESTVERSION=false
INPUT_VERSIONSPEC=6.x
INPUT_VERSIONSPEC=6.0.x
2 changes: 1 addition & 1 deletion envs/gitversion/setup/github.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUNNER_TOOL_CACHE=./.test/tools
INPUT_IGNOREFAILEDSOURCES=true
INPUT_INCLUDEPRERELEASE=false
INPUT_PREFERLATESTVERSION=false
INPUT_VERSIONSPEC=6.x
INPUT_VERSIONSPEC=6.0.x
2 changes: 1 addition & 1 deletion envs/gitversion/setup/local.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ AGENT_TOOLS_DIR=./.test/tools
INPUT_IGNOREFAILEDSOURCES=true
INPUT_INCLUDEPRERELEASE=false
INPUT_PREFERLATESTVERSION=false
INPUT_VERSIONSPEC=6.x
INPUT_VERSIONSPEC=6.0.x

0 comments on commit 810322d

Please sign in to comment.