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

update to goreleaser v2 #2169

Merged
merged 2 commits into from
Jul 5, 2024
Merged

update to goreleaser v2 #2169

merged 2 commits into from
Jul 5, 2024

Commits on Jun 9, 2024

  1. update goreleaser config:

    * --rm-dist is replaced by --clean
    * `replacements` is removed:
       https://goreleaser.com/deprecations/#archivesreplacements
    slingamn committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    68d8383 View commit details
    Browse the repository at this point in the history
  2. update to goreleaser v2

    * goreleaser version must be specified in .goreleaser.yml
    * --skip-publish is replaced by --skip=publish
    slingamn committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    ae704b7 View commit details
    Browse the repository at this point in the history