mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-15 11:56:56 +02:00
docs: clarify some azure pipelines info
This commit is contained in:
parent
08e7038a20
commit
a7789f1adb
@ -21,13 +21,13 @@ Following inputs can be used
|
|||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
|------------------|---------|--------------|------------------------------------------------------------------|
|
|------------------|---------|--------------|------------------------------------------------------------------|
|
||||||
| `distribution` | String | `goreleaser` | GoReleaser distribution, either `goreleaser` or `goreleaser-pro` |
|
| `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 |
|
| `args` | String | | Arguments to pass to GoReleaser |
|
||||||
| `workdir` | String | `$(Build.SourcesDirectory)` | Working directory (below repository root) |
|
| `workdir` | String | `$(Build.SourcesDirectory)` | Working directory (below repository root) |
|
||||||
| `installOnly` | Bool | `false` | Just install GoReleaser |
|
| `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
|
### Task environment variables
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user