-
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.
- Loading branch information
Showing
26 changed files
with
98 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,12 @@ jobs: | |
- checkout: self | ||
fetchDepth: 0 | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
name: version_step # step id used as reference for output values | ||
inputs: | ||
|
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,12 +15,12 @@ jobs: | |
- checkout: self | ||
fetchDepth: 0 | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
name: version_step # step id used as reference for output values | ||
inputs: | ||
|
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,12 +18,12 @@ stages: | |
- checkout: self | ||
fetchDepth: 0 | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
name: version_step # step id used as reference for output values | ||
inputs: | ||
|
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 |
---|---|---|
|
@@ -17,13 +17,13 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
uses: gittools/actions/gitversion/[email protected].4 | ||
with: | ||
versionSpec: '6.0.x' | ||
|
||
- name: Determine Version | ||
id: version_step # step id used as reference for output values | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
uses: gittools/actions/gitversion/[email protected].4 | ||
|
||
- run: | | ||
echo "FullSemVer (env.fullSemVer) : ${{ env.fullSemVer }}" | ||
|
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 |
---|---|---|
|
@@ -23,13 +23,13 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
uses: gittools/actions/gitversion/[email protected].4 | ||
with: | ||
versionSpec: '6.0.x' | ||
|
||
- name: Determine Version | ||
id: version_step # step id used as reference for output values | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
uses: gittools/actions/gitversion/[email protected].4 | ||
|
||
GitVersion_v6_cross_job_consumer_without_prefix: | ||
name: GitVersion v6 (cross job consumer) - without prefix | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
```yaml | ||
steps: | ||
- task: gitreleasemanager/[email protected].3 | ||
- task: gitreleasemanager/[email protected].4 | ||
inputs: | ||
token: '$(GITHUB_TOKEN)' | ||
owner: 'someOwner' | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
```yaml | ||
steps: | ||
- task: gitreleasemanager/[email protected].3 | ||
- task: gitreleasemanager/[email protected].4 | ||
inputs: | ||
token: '$(GITHUB_TOKEN)' | ||
owner: 'someOwner' | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
```yaml | ||
steps: | ||
- task: gitreleasemanager/[email protected].3 | ||
- task: gitreleasemanager/[email protected].4 | ||
displayName: Create release with GitReleaseManager | ||
inputs: | ||
token: $(GITHUB_TOKEN) | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
```yaml | ||
steps: | ||
- task: gitreleasemanager/[email protected].3 | ||
- task: gitreleasemanager/[email protected].4 | ||
inputs: | ||
token: '$(GITHUB_TOKEN)' | ||
owner: 'someOwner' | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
```yaml | ||
steps: | ||
- task: gitreleasemanager/[email protected].3 | ||
- task: gitreleasemanager/[email protected].4 | ||
inputs: | ||
token: '$(GITHUB_TOKEN)' | ||
owner: 'someOwner' | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
```yaml | ||
steps: | ||
- task: gitreleasemanager/[email protected].3 | ||
- task: gitreleasemanager/[email protected].4 | ||
inputs: | ||
token: '$(GITHUB_TOKEN)' | ||
owner: 'someOwner' | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Find out how to use the **gitreleasemanager/setup** task using the examples below. | ||
|
||
> The examples use version _3.0.3_ of the GitReleaseManager Setup task. It is recommended to use the latest released version in your own workflows. | ||
> The examples use version _3.0.4_ of the GitReleaseManager Setup task. It is recommended to use the latest released version in your own workflows. | ||
## Inputs | ||
|
||
|
@@ -29,7 +29,7 @@ Install the latest GitReleaseManager 0.18.x version. | |
```yaml | ||
steps: | ||
- task: gitreleasemanager/[email protected].3 | ||
- task: gitreleasemanager/[email protected].4 | ||
displayName: Install GitReleaseManager | ||
inputs: | ||
versionSpec: '0.18.x' | ||
|
@@ -41,7 +41,7 @@ Install specific GitReleaseManager version 0.18.0. | |
```yaml | ||
steps: | ||
- task: gitreleasemanager/[email protected].3 | ||
- task: gitreleasemanager/[email protected].4 | ||
displayName: Install GitReleaseManager | ||
inputs: | ||
versionSpec: '0.18.0' | ||
|
@@ -53,7 +53,7 @@ Install the latest GitReleaseManager 0.18.x version even it there is a cached ve | |
```yaml | ||
steps: | ||
- task: gitreleasemanager/[email protected].3 | ||
- task: gitreleasemanager/[email protected].4 | ||
displayName: Install GitReleaseManager | ||
inputs: | ||
versionSpec: '0.18.x' | ||
|
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,15 +10,15 @@ steps: | |
- checkout: self | ||
fetchDepth: 0 | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
``` | ||
These steps are omitted from the examples for brevity. | ||
> The examples use version _3.0.3_ of the GitVersion Command task. It is recommended to use the latest released version in your own workflows. | ||
> The examples use version _3.0.4_ of the GitVersion Command task. It is recommended to use the latest released version in your own workflows. | ||
## Inputs | ||
|
@@ -50,9 +50,9 @@ arguments: | |
```yaml | ||
steps: | ||
# gitversion/[email protected].3 task omitted for brevity. | ||
# gitversion/[email protected].4 task omitted for brevity. | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Display GitVersion config | ||
inputs: | ||
arguments: '/showConfig' | ||
|
@@ -67,9 +67,9 @@ steps: | |
```yaml | ||
steps: | ||
# gitversion/[email protected].3 task omitted for brevity. | ||
# gitversion/[email protected].4 task omitted for brevity. | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Output the FullSemVer variable | ||
inputs: | ||
arguments: '/showvariable FullSemVer' | ||
|
@@ -84,9 +84,9 @@ steps: | |
```yaml | ||
steps: | ||
# gitversion/[email protected].3 task omitted for brevity. | ||
# gitversion/[email protected].4 task omitted for brevity. | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Output the formatted version | ||
inputs: | ||
arguments: '/format {Major}.{Minor}' # any Output Variable can be used here | ||
|
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,15 +10,15 @@ steps: | |
- checkout: self | ||
fetchDepth: 0 | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
``` | ||
These steps are omitted from the examples for brevity. | ||
> The examples use version _3.0.3_ of the GitVersion Execute task. It is recommended to use the latest released version in your own workflows. | ||
> The examples use version _3.0.4_ of the GitVersion Execute task. It is recommended to use the latest released version in your own workflows. | ||
## Inputs | ||
|
@@ -53,7 +53,7 @@ overrideConfig: | |
description: | | ||
Optional override for the configuration file. This should be newline-separated key-value pairs, e.g.: | ||
update-build-number=false | ||
next-version=3.0.3 | ||
next-version=3.0.4 | ||
required: false | ||
default: '' | ||
updateAssemblyInfo: | ||
|
@@ -114,9 +114,9 @@ The Execute GitVersion task creates the following job-scoped variables and multi | |
```yaml | ||
steps: | ||
# gitversion/[email protected].3 task omitted for brevity. | ||
# gitversion/[email protected].4 task omitted for brevity. | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
``` | ||
|
@@ -129,9 +129,9 @@ steps: | |
```yaml | ||
steps: | ||
# gitversion/[email protected].3 task omitted for brevity. | ||
# gitversion/[email protected].4 task omitted for brevity. | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
inputs: | ||
useConfigFile: true | ||
|
@@ -158,9 +158,9 @@ branches: | |
```yaml | ||
steps: | ||
# gitversion/[email protected].3 task omitted for brevity. | ||
# gitversion/[email protected].4 task omitted for brevity. | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
inputs: | ||
useConfigFile: true | ||
|
@@ -176,9 +176,9 @@ steps: | |
```yaml | ||
steps: | ||
# gitversion/[email protected].3 task omitted for brevity. | ||
# gitversion/[email protected].4 task omitted for brevity. | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
inputs: | ||
disableCache: true | ||
|
@@ -194,9 +194,9 @@ steps: | |
```yaml | ||
steps: | ||
# gitversion/[email protected].3 task omitted for brevity. | ||
# gitversion/[email protected].4 task omitted for brevity. | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
inputs: | ||
updateAssemblyInfo: true | ||
|
@@ -211,14 +211,14 @@ steps: | |
```yaml | ||
steps: | ||
# gitversion/[email protected].3 task omitted for brevity. | ||
# gitversion/[email protected].4 task omitted for brevity. | ||
|
||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
inputs: | ||
overrideConfig: | | ||
update-build-number=false | ||
next-version=3.0.3 | ||
next-version=3.0.4 | ||
``` | ||
</details> | ||
|
@@ -250,12 +250,12 @@ jobs: | |
- checkout: self | ||
fetchDepth: 0 | ||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
name: version_step # step id used as reference for output values | ||
inputs: | ||
|
@@ -320,12 +320,12 @@ jobs: | |
- checkout: self | ||
fetchDepth: 0 | ||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
name: version_step # step id used as reference for output values | ||
inputs: | ||
|
@@ -411,12 +411,12 @@ stages: | |
- checkout: self | ||
fetchDepth: 0 | ||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Install GitVersion | ||
inputs: | ||
versionSpec: '6.0.x' | ||
- task: gitversion/[email protected].3 | ||
- task: gitversion/[email protected].4 | ||
displayName: Determine Version | ||
name: version_step # step id used as reference for output values | ||
inputs: | ||
|
Oops, something went wrong.