diff --git a/www/docs/ci/azurepipelines.md b/www/docs/ci/azurepipelines.md index 434cba33a14..4f7e612c9e6 100644 --- a/www/docs/ci/azurepipelines.md +++ b/www/docs/ci/azurepipelines.md @@ -21,13 +21,13 @@ Following inputs can be used | Name | Type | Default | Description | |------------------|---------|--------------|------------------------------------------------------------------| | `distribution` | String | `goreleaser` | GoReleaser distribution, either `goreleaser` or `goreleaser-pro` | -| `version`**¹** | String | `latest` | GoReleaser version | +| `version`[^version] | String | `latest` | GoReleaser version | | `args` | String | | Arguments to pass to GoReleaser | | `workdir` | String | `$(Build.SourcesDirectory)` | Working directory (below repository root) | | `installOnly` | Bool | `false` | Just install GoReleaser | -> **¹** Can be a fixed version like `v0.132.0` or a max satisfying semver one like `~> 0.132`. In this case this will return `v0.132.1`. -> For the `pro` version, add `-pro` to the string + +[^version]: Can be a fixed version like `v1.10.0` or a max satisfying semver one like `~> v1.10`. In this case this will return the latest patch release of `v1.10`. For the `pro` version, add `-pro` to the string ### Task environment variables