From 7e7e7b7ef041315014002692db274629ab8faaad Mon Sep 17 00:00:00 2001 From: joyceliu Date: Thu, 23 May 2024 14:13:18 +0800 Subject: [PATCH] feat: add version command --- .goreleaser.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e3c5a0b..01ba10e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -36,32 +36,6 @@ brews: checksum: name_template: 'checksums.txt' -#archives: -# - -# builds: -# - ksc -# format_overrides: -# - goos: windows -# format: zip -# replacements: -# darwin: Darwin -# linux: Linux -# amd64: x86_64 -# -#nfpms: -# - -# vendor: KubeSphere -# homepage: https://github.com/kubesphere/ksbuilder -# description: "A command line interface for KubeSphere extension system" -# license: GPL-3.0 -# formats: -# - apk -# - deb -# - rpm -# bindir: /usr/local/bin -# -#checksum: -# name_template: "checksums.txt" changelog: sort: asc