Skip to content

Commit ea98c3f

Browse files
authored
Merge pull request #1586 from arturcic/feature/gittools-updates
updates GitVersion and GitReleaseManager versions
2 parents fec46d0 + a19e66c commit ea98c3f

File tree

33 files changed

+57
-57
lines changed

33 files changed

+57
-57
lines changed

.azure/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313
- name: DOTNET_CLI_TELEMETRY_OPTOUT
1414
value: 'true'
1515
- name: INPUT_VERSIONSPEC
16-
value: '6.2.x'
16+
value: '6.3.x'
1717
- name: INPUT_INCLUDEPRERELEASE
1818
value: 'false'
1919
- name: INPUT_IGNOREFAILEDSOURCES

.azure/example-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ stages:
2222
- task: gitversion/[email protected]
2323
displayName: Install GitVersion
2424
inputs:
25-
versionSpec: '6.2.x'
25+
versionSpec: '6.3.x'
2626

2727
- task: gitversion/[email protected]
2828
displayName: Determine Version

.azure/example-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- task: gitversion/[email protected]
2020
displayName: Install GitVersion
2121
inputs:
22-
versionSpec: '6.2.x'
22+
versionSpec: '6.3.x'
2323

2424
- task: gitversion/[email protected]
2525
displayName: Determine Version

.azure/example-9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- task: gitversion/[email protected]
2020
displayName: Install GitVersion
2121
inputs:
22-
versionSpec: '6.2.x'
22+
versionSpec: '6.3.x'
2323

2424
- task: gitversion/[email protected]
2525
displayName: Determine Version

.github/workflows/checkout-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install GitVersion
2929
uses: gittools/actions/gitversion/setup@main
3030
with:
31-
versionSpec: '6.2.x'
31+
versionSpec: '6.3.x'
3232

3333
- name: Determine version
3434
id: gitversion

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: gitversion/setup
5757
uses: ./gitversion/setup
5858
with:
59-
versionSpec: '6.2.x'
59+
versionSpec: '6.3.x'
6060
- name: gitversion/command (showvariable)
6161
uses: ./gitversion/command
6262
with:

.github/workflows/example-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install GitVersion
2020
uses: gittools/actions/gitversion/[email protected]
2121
with:
22-
versionSpec: '6.2.x'
22+
versionSpec: '6.3.x'
2323

2424
- name: Determine Version
2525
id: version_step # step id used as reference for output values

.github/workflows/example-9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install GitVersion
2626
uses: gittools/actions/gitversion/[email protected]
2727
with:
28-
versionSpec: '6.2.x'
28+
versionSpec: '6.3.x'
2929

3030
- name: Determine Version
3131
id: version_step # step id used as reference for output values

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install GitVersion
3030
uses: ./gitversion/setup
3131
with:
32-
versionSpec: '6.2.x'
32+
versionSpec: '6.3.x'
3333
- name: Use GitVersion
3434
id: gitversion # step id used as reference for output values
3535
uses: ./gitversion/execute

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- name: Install GitVersion
3131
uses: ./gitversion/setup
3232
with:
33-
versionSpec: '6.2.x'
33+
versionSpec: '6.3.x'
3434
- name: Install GitReleaseManager
3535
uses: ./gitreleasemanager/setup
3636
with:
37-
versionSpec: '0.19.x'
37+
versionSpec: '0.20.x'
3838
- name: Use GitVersion
3939
id: gitversion # step id used as reference for output values
4040
uses: ./gitversion/execute

dist/azure/gitreleasemanager/setup/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"label": "The version spec",
2929
"defaultValue": "",
3030
"required": true,
31-
"helpMarkDown": "Required version in the form of 0.19.x or exact version like 0.19.0"
31+
"helpMarkDown": "Required version in the form of 0.20.x or exact version like 0.20.0"
3232
},
3333
{
3434
"name": "includePrerelease",

dist/azure/gitversion/setup/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"label": "The version spec",
2929
"defaultValue": "",
3030
"required": true,
31-
"helpMarkDown": "Required version in the form of 6.2.x or exact version like 6.2.0"
31+
"helpMarkDown": "Required version in the form of 6.3.x or exact version like 6.3.0"
3232
},
3333
{
3434
"name": "includePrerelease",

dist/tools/libs/gitreleasemanager.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class GitReleaseManagerTool extends DotnetTool {
8484
return "GITRELEASEMANAGER_PATH";
8585
}
8686
get versionRange() {
87-
return ">=0.10.0 <0.20.0";
87+
return ">=0.19.0 <0.21.0";
8888
}
8989
get settingsProvider() {
9090
return new GitReleaseManagerSettingsProvider(this.buildAgent);

dist/tools/libs/gitreleasemanager.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/examples/azure/gitreleasemanager/setup.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Setup GitReleaseManager action accepts the following inputs:
1010

1111
```yaml
1212
versionSpec:
13-
description: Required version in the form of 0.19.x or exact version like 0.19.0.
13+
description: Required version in the form of 0.20.x or exact version like 0.20.0.
1414
required: true
1515
default: ''
1616
includePrerelease:
@@ -25,37 +25,37 @@ ignoreFailedSources:
2525
2626
### Example 1
2727
28-
Install the latest GitReleaseManager 0.19.x version.
28+
Install the latest GitReleaseManager 0.20.x version.
2929
3030
```yaml
3131
steps:
3232
- task: gitreleasemanager/[email protected]
3333
displayName: Install GitReleaseManager
3434
inputs:
35-
versionSpec: '0.19.x'
35+
versionSpec: '0.20.x'
3636
```
3737
3838
### Example 2
3939
40-
Install specific GitReleaseManager version 0.19.0.
40+
Install specific GitReleaseManager version 0.20.0.
4141
4242
```yaml
4343
steps:
4444
- task: gitreleasemanager/[email protected]
4545
displayName: Install GitReleaseManager
4646
inputs:
47-
versionSpec: '0.19.0'
47+
versionSpec: '0.20.0'
4848
```
4949
5050
### Example 3
5151
52-
Install the latest GitReleaseManager 0.19.x version even it there is a cached version matching the versionSpec.
52+
Install the latest GitReleaseManager 0.20.x version even it there is a cached version matching the versionSpec.
5353
5454
```yaml
5555
steps:
5656
- task: gitreleasemanager/[email protected]
5757
displayName: Install GitReleaseManager
5858
inputs:
59-
versionSpec: '0.19.x'
59+
versionSpec: '0.20.x'
6060
preferLatestVersion: true
6161
```

docs/examples/azure/gitversion/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
- task: gitversion/[email protected]
1414
displayName: Install GitVersion
1515
inputs:
16-
versionSpec: '6.2.x'
16+
versionSpec: '6.3.x'
1717
```
1818
1919
These steps are omitted from the examples for brevity.

docs/examples/azure/gitversion/execute.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
- task: gitversion/[email protected]
1414
displayName: Install GitVersion
1515
inputs:
16-
versionSpec: '6.2.x'
16+
versionSpec: '6.3.x'
1717
```
1818
1919
These steps are omitted from the examples for brevity.
@@ -281,7 +281,7 @@ jobs:
281281
- task: gitversion/[email protected]
282282
displayName: Install GitVersion
283283
inputs:
284-
versionSpec: '6.2.x'
284+
versionSpec: '6.3.x'
285285
286286
- task: gitversion/[email protected]
287287
displayName: Determine Version
@@ -351,7 +351,7 @@ jobs:
351351
- task: gitversion/[email protected]
352352
displayName: Install GitVersion
353353
inputs:
354-
versionSpec: '6.2.x'
354+
versionSpec: '6.3.x'
355355
356356
- task: gitversion/[email protected]
357357
displayName: Determine Version
@@ -442,7 +442,7 @@ stages:
442442
- task: gitversion/[email protected]
443443
displayName: Install GitVersion
444444
inputs:
445-
versionSpec: '6.2.x'
445+
versionSpec: '6.3.x'
446446
447447
- task: gitversion/[email protected]
448448
displayName: Determine Version

docs/examples/azure/gitversion/setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Setup GitVersion task accepts the following inputs:
1010

1111
```yaml
1212
versionSpec:
13-
description: Required version in the form of 6.2.x or exact version like 6.2.0.
13+
description: Required version in the form of 6.3.x or exact version like 6.3.0.
1414
required: true
1515
default: ''
1616
includePrerelease:
@@ -48,7 +48,7 @@ steps:
4848
- task: gitversion/[email protected]
4949
displayName: Install GitVersion
5050
inputs:
51-
versionSpec: '6.2.x'
51+
versionSpec: '6.3.x'
5252
```
5353
5454
### Example 2
@@ -72,7 +72,7 @@ steps:
7272
- task: gitversion/[email protected]
7373
displayName: Install GitVersion
7474
inputs:
75-
versionSpec: '6.2.x'
75+
versionSpec: '6.3.x'
7676
includePrerelease: true
7777
```
7878
@@ -85,6 +85,6 @@ steps:
8585
- task: gitversion/[email protected]
8686
displayName: Install GitVersion
8787
inputs:
88-
versionSpec: '6.2.x'
88+
versionSpec: '6.3.x'
8989
preferLatestVersion: true
9090
```

docs/examples/github/gitreleasemanager/setup.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Setup GitReleaseManager action accepts the following inputs:
1010

1111
```yaml
1212
versionSpec:
13-
description: Required version in the form of 0.19.x or exact version like 0.19.0.
13+
description: Required version in the form of 0.20.x or exact version like 0.20.0.
1414
required: true
1515
default: ''
1616
includePrerelease:
@@ -25,37 +25,37 @@ ignoreFailedSources:
2525
2626
### Example 1
2727
28-
Install the latest GitReleaseManager 0.19.x version.
28+
Install the latest GitReleaseManager 0.20.x version.
2929
3030
```yaml
3131
steps:
3232
- name: Install GitReleaseManager
3333
uses: gittools/actions/gitreleasemanager/[email protected]
3434
with:
35-
versionSpec: '0.19.x'
35+
versionSpec: '0.20.x'
3636
```
3737
3838
### Example 2
3939
40-
Install specific GitReleaseManager version 0.19.0.
40+
Install specific GitReleaseManager version 0.20.0.
4141
4242
```yaml
4343
steps:
4444
- name: Install GitReleaseManager
4545
uses: gittools/actions/gitreleasemanager/[email protected]
4646
with:
47-
versionSpec: '0.19.0'
47+
versionSpec: '0.20.0'
4848
```
4949
5050
### Example 3
5151
52-
Install the latest GitReleaseManager 0.19.x version even it there is a cached version matching the versionSpec.~~~~
52+
Install the latest GitReleaseManager 0.20.x version even it there is a cached version matching the versionSpec.~~~~
5353
5454
```yaml
5555
steps:
5656
- name: Install GitReleaseManager
5757
uses: gittools/actions/gitreleasemanager/[email protected]
5858
with:
59-
versionSpec: '0.19.x'
59+
versionSpec: '0.20.x'
6060
preferLatestVersion: true
6161
```

docs/examples/github/gitversion/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
- name: Install GitVersion
1616
uses: gittools/actions/gitversion/[email protected]
1717
with:
18-
versionSpec: '6.2.x'
18+
versionSpec: '6.3.x'
1919
```
2020
2121
These steps are omitted from the examples for brevity.

docs/examples/github/gitversion/execute.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
- name: Install GitVersion
1616
uses: gittools/actions/gitversion/[email protected]
1717
with:
18-
versionSpec: '6.2.x'
18+
versionSpec: '6.3.x'
1919
```
2020
2121
These steps are omitted from the examples for brevity.
@@ -275,7 +275,7 @@ jobs:
275275
- name: Install GitVersion
276276
uses: gittools/actions/gitversion/[email protected]
277277
with:
278-
versionSpec: '6.2.x'
278+
versionSpec: '6.3.x'
279279
280280
- name: Determine Version
281281
id: version_step # step id used as reference for output values
@@ -365,7 +365,7 @@ jobs:
365365
- name: Install GitVersion
366366
uses: gittools/actions/gitversion/[email protected]
367367
with:
368-
versionSpec: '6.2.x'
368+
versionSpec: '6.3.x'
369369
370370
- name: Determine Version
371371
id: version_step # step id used as reference for output values

docs/examples/github/gitversion/setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Setup GitVersion action accepts the following inputs:
1010

1111
```yaml
1212
versionSpec:
13-
description: Required version in the form of 6.2.x or exact version like 6.2.0.
13+
description: Required version in the form of 6.3.x or exact version like 6.3.0.
1414
required: true
1515
default: ''
1616
includePrerelease:
@@ -47,7 +47,7 @@ steps:
4747
- name: Install GitVersion
4848
uses: gittools/actions/gitversion/[email protected]
4949
with:
50-
versionSpec: '6.2.x'
50+
versionSpec: '6.3.x'
5151
```
5252
5353
### Example 2
@@ -71,7 +71,7 @@ steps:
7171
- name: Install GitVersion
7272
uses: gittools/actions/gitversion/[email protected]
7373
with:
74-
versionSpec: '6.2.x'
74+
versionSpec: '6.3.x'
7575
includePrerelease: true
7676
```
7777
@@ -84,6 +84,6 @@ steps:
8484
- name: Install GitVersion
8585
uses: gittools/actions/gitversion/[email protected]
8686
with:
87-
versionSpec: '6.2.x'
87+
versionSpec: '6.3.x'
8888
preferLatestVersion: true
8989
```

docs/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
|------------------|------------------|--------------------|--------------------|:-------------------------:|
55
| v1.x | `>=5.2.0 <6.1.0` | `>=0.10.0 <0.19.0` | `>=0.10.0 <0.20.0` | 2.220.0 |
66
| v2.x | `>=5.2.0 <6.1.0` | `>=0.10.0 <0.20.0` | `>=0.20.0` | 3.224.0 |
7-
| v3.x | `>=5.2.0 <7.0.0` | `>=0.19.0 <0.20.0` | `>=0.20.0` | 3.224.0 |
7+
| v3.x | `>=5.2.0 <7.0.0` | `>=0.19.0 <0.21.0` | `>=0.20.0` | 3.224.0 |

envs/gitversion/setup/azure.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ AGENT_TOOLSDIRECTORY=./.test/tools
44
INPUT_IGNOREFAILEDSOURCES=true
55
INPUT_INCLUDEPRERELEASE=false
66
INPUT_PREFERLATESTVERSION=false
7-
INPUT_VERSIONSPEC=6.2.x
7+
INPUT_VERSIONSPEC=6.3.x

envs/gitversion/setup/github.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUNNER_TOOL_CACHE=./.test/tools
44
INPUT_IGNOREFAILEDSOURCES=true
55
INPUT_INCLUDEPRERELEASE=false
66
INPUT_PREFERLATESTVERSION=false
7-
INPUT_VERSIONSPEC=6.2.x
7+
INPUT_VERSIONSPEC=6.3.x

0 commit comments

Comments
 (0)