Skip to content

Commit

Permalink
fix: gorelease
Browse files Browse the repository at this point in the history
Signed-off-by: lazychanger <[email protected]>
  • Loading branch information
lazychanger committed Oct 13, 2022
1 parent d0c93e2 commit 233a15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ builds:
- amd64
- arm
- arm64
- "386"
goarm:
- "6"
- "7"
Expand All @@ -34,21 +33,6 @@ builds:
archives:
- id: tarball
format: tar.gz
name_template: '{{ .Os }}_{{ .Arch }}{{ if .Arm }}_v{{ .Arm }}{{ end }}'
files:
- LICENSE
- plugin.yaml
format_overrides:
- goos: windows
format: zip
replacements:
amd64: 64-bit
386: 32-bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
- plugin.yaml
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "viv"
version: "0.1.5"
version: "0.1.6"
usage: "get the last release name"
command: "$HELM_PLUGIN_DIR/bin/helm-viv"
description: "get the last release name"
Expand Down

0 comments on commit 233a15e

Please sign in to comment.