Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
release.sh: fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Jan 17, 2023
1 parent 9686bb7 commit 6050d22
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,9 @@ nfpms:
description: The Tier CLI
homepage: https://github.com/tierrun/tier
license: BSD-3-Clause
# contents:
# - src: ./completions/tier.bash
# dst: /etc/bash_completion.d/tier
# - src: ./completions/tier.fish
# dst: /usr/share/fish/completions/tier.fish
# - src: ./completions/tier.zsh
# dst: /usr/local/share/zsh/site-functions/_tier
formats:
- deb
- rpm
replacements:
darwin: macOS
# scoop:
# bucket:
# owner: tier
# name: scoop-bucket
# homepage: "https://tier.run/docs"
# description: "The Tier CLI"
# license: BSD-3-Clause
brews:
- homepage: "https://tier.run/"
description: "The Tier CLI"
Expand All @@ -106,8 +90,8 @@ brews:
# zsh_completion.install "completions/tier.zsh" => "_tier"
# fish_completion.install "completions/tier.fish"
archives:
- replacements:
darwin: macOS
-
rlcp: true
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 6050d22

Please sign in to comment.