-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitVersion to 6.1.x across multiple files.
This commit updates the version specification for GitVersion from '6.0.x' to '6.1.x' in various test files, documentation examples, and CI configuration files. These changes ensure consistency and alignment with the updated GitVersion.
- Loading branch information
Showing
23 changed files
with
34 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
|
||
- task: gitversion/[email protected] | ||
displayName: Determine Version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
|
||
- task: gitversion/[email protected] | ||
displayName: Determine Version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ stages: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
|
||
- task: gitversion/[email protected] | ||
displayName: Determine Version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
|
||
- name: Determine Version | ||
id: version_step # step id used as reference for output values | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
|
||
- name: Determine Version | ||
id: version_step # step id used as reference for output values | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ steps: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
``` | ||
These steps are omitted from the examples for brevity. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ steps: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
``` | ||
These steps are omitted from the examples for brevity. | ||
|
@@ -253,7 +253,7 @@ jobs: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
- task: gitversion/[email protected] | ||
displayName: Determine Version | ||
|
@@ -323,7 +323,7 @@ jobs: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
- task: gitversion/[email protected] | ||
displayName: Determine Version | ||
|
@@ -414,7 +414,7 @@ stages: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
- task: gitversion/[email protected] | ||
displayName: Determine Version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ The Setup GitVersion task accepts the following inputs: | |
|
||
```yaml | ||
versionSpec: | ||
description: Required version in the form of 6.0.x or exact version like 6.0.0. | ||
description: Required version in the form of 6.1.x or exact version like 6.0.0. | ||
required: true | ||
default: '' | ||
includePrerelease: | ||
|
@@ -48,7 +48,7 @@ steps: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
``` | ||
### Example 2 | ||
|
@@ -72,7 +72,7 @@ steps: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
includePrerelease: true | ||
``` | ||
|
@@ -85,6 +85,6 @@ steps: | |
- task: gitversion/[email protected] | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
preferLatestVersion: true | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ steps: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
``` | ||
These steps are omitted from the examples for brevity. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ steps: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
``` | ||
These steps are omitted from the examples for brevity. | ||
|
@@ -248,7 +248,7 @@ jobs: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
- name: Determine Version | ||
id: version_step # step id used as reference for output values | ||
|
@@ -338,7 +338,7 @@ jobs: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
- name: Determine Version | ||
id: version_step # step id used as reference for output values | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ The Setup GitVersion action accepts the following inputs: | |
|
||
```yaml | ||
versionSpec: | ||
description: Required version in the form of 6.0.x or exact version like 6.0.0. | ||
description: Required version in the form of 6.1.x or exact version like 6.0.0. | ||
required: true | ||
default: '' | ||
includePrerelease: | ||
|
@@ -47,7 +47,7 @@ steps: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
``` | ||
### Example 2 | ||
|
@@ -71,7 +71,7 @@ steps: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
includePrerelease: true | ||
``` | ||
|
@@ -84,6 +84,6 @@ steps: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.0.x' | ||
versionSpec: '6.1.x' | ||
preferLatestVersion: true | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters