Skip to content

Commit

Permalink
Fix the incorrect name cgit to ks
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Dec 6, 2020
1 parent ffe6f77 commit ac30e35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Official documentation at http://goreleaser.com
project_name: cgit
project_name: ks
builds:
- env:
- CGO_ENABLED=0
binary: cgit
binary: ks
goarch:
- amd64
- arm64
Expand Down Expand Up @@ -46,7 +46,7 @@ changelog:
- '^test:'
brews:
-
name: cgit
name: ks
tap:
owner: linuxsuren
name: homebrew-linuxsuren
Expand All @@ -59,7 +59,7 @@ brews:
- name: bash-completion
type: optional
test: |
version_output = shell_output("#{bin}/cgit version")
version_output = shell_output("#{bin}/ks version")
assert_match version.to_s, version_output
install: |
bin.install name
Expand All @@ -68,7 +68,7 @@ brews:
nfpms:
- file_name_template: "{{ .Binary }}-{{.Os}}-{{.Arch}}"
homepage: https://github.com/linuxsuren/ks
description: cgit is a tiny tool for Chinese developers.
description: ks is a tiny tool for Chinese developers.
maintainer: rick <[email protected]>
license: MIT
vendor: Jenkins
Expand Down

0 comments on commit ac30e35

Please sign in to comment.