From a7789f1adbc982bdc04138d3846c7304b5688ce9 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Tue, 16 Aug 2022 01:33:27 -0300 Subject: [PATCH] docs: clarify some azure pipelines info --- www/docs/ci/azurepipelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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