-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Overview
The current documentation states that the version
input can be a fixed version or a max satisfying semver version. However, it does not provide examples for each case, which may lead to confusion for new users.
Suggested Improvement
Please include additional examples in the documentation to clarify the use of the version
input. For instance:
- task: goreleaser@0
inputs:
version: 'v0.132.0' # Fixed version
- task: goreleaser@0
inputs:
version: '~> 0.132' # Semver compatible version
By providing these examples, users will better understand how to specify the desired version of GoReleaser in their Azure Pipelines. This enhancement will improve user experience and reduce potential setup issues.
Metadata
Metadata
Assignees
Labels
No labels