Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace replacements with name_template in GoReleaser configuration #233

Merged
merged 1 commit into from
Mar 14, 2024

Commits on Mar 14, 2024

  1. Replace replacements with name_template

    Bump to `goreleaser/goreleaser-action@v5`.
    
    Remove pinned GoReleaser version.
    
    Replaced deprecated `replacements` with a `name_template` to achieve the same output:
    cli_0.12.0_windows_x86_64.tar.gz
    cli_0.12.0_macOS_arm64.tar.gz
    cli_0.12.0_linux_x86_64.tar.gz
    cli_0.12.0_macOS_x86_64.tar.gz
    cli_0.12.0_linux_arm64.tar.gz
    cli_0.12.0_windows_arm64.tar.gz
    
    Signed-off-by: Matthias Diester <[email protected]>
    HeavyWombat committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7fcba66 View commit details
    Browse the repository at this point in the history