Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 11, 2024
1 parent 51e591a commit a43077e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -33,7 +33,7 @@
"label": "The version spec",
"defaultValue": "",
"required": true,
"helpMarkDown": "Required version in the form of 5.x or exact version like 5.0.0"
"helpMarkDown": "Required version in the form of 5.x or exact version like 5.12.0"
},
{
"name": "includePrerelease",
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/azure/gitversion/setup/usage-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Find out how to use the **gitversion/setup** task using the examples below.

> The examples use the latest _0.x_ version of the GitVersion Setup task. It is recommended to use the latest released version in your own pipelines.
> The examples use version _0.13.4_ of the GitVersion Execute task. It is recommended to use the latest released version in your own workflows.
## Inputs

The Setup GitVersion task accepts the following inputs:

```yaml
versionSpec:
description: Required version in the form of 5.x or exact version like 5.0.0.
description: Required version in the form of 5.x or exact version like 5.12.0.
required: true
default: ''
includePrerelease:
Expand Down
2 changes: 1 addition & 1 deletion gitversion/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
main: ../../dist/github/gitversion/setup/bundle.js
inputs:
versionSpec:
description: Required version in the form of 5.x or exact version like 5.0.0
description: Required version in the form of 5.x or exact version like 5.12.0
required: true
default: ''
includePrerelease:
Expand Down

0 comments on commit a43077e

Please sign in to comment.