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

build: Update .goreleaser.yml #166

Merged
merged 4 commits into from
Aug 12, 2023
Merged

build: Update .goreleaser.yml #166

merged 4 commits into from
Aug 12, 2023

Commits on Aug 12, 2023

  1. Update .goreleaser.yml

    ref. https://github.com/goreleaser/goreleaser/blob/4526c5b6813ade905f9658467c3a85aa25bdc9b9/.goreleaser.yaml
    
    - Remove `replacements` setting
    - tap → repository
    > DEPRECATED: brews.tap should not be used anymore
    - chore: titleize OS name
    toshimaru committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    dfd8746 View commit details
    Browse the repository at this point in the history
  2. fix: Replace deprecated option --rm-dist

    ```
    DEPRECATED: --rm-dist was deprecated in favor of --clean, check
    ```
    
    fix: Add `fetch-depth: 0`
    
    ```
    ignoring errors because this is a snapshot     error=git doesn't contain any tags. Either add a tag or use --snapshot
    ```
    toshimaru committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    b4bf665 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78c0aea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03715e4 View commit details
    Browse the repository at this point in the history