Skip to content

Enhance Documentation for Version Input #1233

@grasmarcussanti129

Description

@grasmarcussanti129

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions