Skip to content

Commit fb755b8

Browse files
Release prep v2.12.0: drop clean.sh from archives, README links to v2.12.0
clean.sh was deleted from the repo but still listed in archives.files, so goreleaser failed at the archive stage (globbing failed for pattern clean.sh).
1 parent a864fb6 commit fb755b8

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ builds:
2222
goos: [linux, darwin]
2323
goarch: [amd64, arm64]
2424

25-
# Tarballs for the "scp and run" crowd — unchanged experience, plus LICENSE and clean.sh.
25+
# Tarballs for the "scp and run" crowd: the binary plus LICENSE.
2626
archives:
2727
- id: tar
2828
formats: [tar.gz]
2929
name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
3030
files:
3131
- LICENSE
32-
- clean.sh
3332

3433
checksum:
3534
name_template: "SHA256SUMS"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Just scp and run
1313
```bash
1414
#install
1515
mkdir -p /home/pingping && cd /home/pingping
16-
wget https://github.com/githubflyideas/pingping/releases/download/v2.11.2/pingping-v2.11.2-linux-amd64.tar.gz
17-
tar -zxvf pingping-v2.11.2-linux-amd64.tar.gz
16+
wget https://github.com/githubflyideas/pingping/releases/download/v2.12.0/pingping-v2.12.0-linux-amd64.tar.gz
17+
tar -zxvf pingping-v2.12.0-linux-amd64.tar.gz
1818

1919
#run
2020
./pingping user=admin passwd=admin

0 commit comments

Comments
 (0)