Skip to content

Commit

Permalink
Merge pull request GitTools#1404 from arturcic/feature/1403
Browse files Browse the repository at this point in the history
GitTools#1403 - update docs and versions.md
  • Loading branch information
arturcic authored Dec 11, 2024
2 parents b77a9e0 + 7e76573 commit 8fdb5ff
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/azure/gitversion/setup/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"label": "The version spec",
"defaultValue": "",
"required": true,
"helpMarkDown": "Required version in the form of 6.x or exact version like 6.0.0"
"helpMarkDown": "Required version in the form of 6.0.x or exact version like 6.0.0"
},
{
"name": "includePrerelease",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/azure/gitversion/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Setup GitVersion task accepts the following inputs:

```yaml
versionSpec:
description: Required version in the form of 6.x or exact version like 6.0.0.
description: Required version in the form of 6.0.x or exact version like 6.0.0.
required: true
default: ''
includePrerelease:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/github/gitversion/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Setup GitVersion action accepts the following inputs:

```yaml
versionSpec:
description: Required version in the form of 6.x or exact version like 6.0.0.
description: Required version in the form of 6.0.x or exact version like 6.0.0.
required: true
default: ''
includePrerelease:
Expand Down
1 change: 0 additions & 1 deletion docs/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
| v1.x | `>=5.2.0 <6.1.0` | `>=0.10.0 <0.18.0` | `>=0.10.0 <0.20.0` | 2.220.0 |
| v2.x | `>=5.2.0 <6.1.0` | `>=0.10.0 <0.20.0` | `>=0.20.0` | 3.224.0 |
| v3.x | `>=5.2.0 <6.1.0` | `>=0.18.0 <0.20.0` | `>=0.20.0` | 3.224.0 |
| v4.x | `>=6.1.0 <7.0.0` | `>=0.18.0 <0.20.0` | `>=0.20.0` | 3.224.0 |
2 changes: 1 addition & 1 deletion gitversion/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:

inputs:
versionSpec:
description: Required version in the form of 6.x or exact version like 6.0.0
description: Required version in the form of 6.0.x or exact version like 6.0.0
required: true
default: ''
includePrerelease:
Expand Down

0 comments on commit 8fdb5ff

Please sign in to comment.