Skip to content

Commit 0bc5725

Browse files
author
Troels Liebe Bentsen
committed
Update readme and goreleaser config
1 parent 00a248d commit 0bc5725

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.goreleaser.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is an example goreleaser.yaml file with some sane defaults.
2-
# Make sure to check the documentation at http://goreleaser.com
31
env:
42
- GO111MODULE=on
53
before:
@@ -19,11 +17,6 @@ builds:
1917
- linux
2018
env:
2119
- CGO_ENABLED=0
22-
archives:
23-
- replacements:
24-
darwin: Darwin
25-
linux: Linux
26-
amd64: x86_64
2720
checksum:
2821
name_template: 'checksums.txt'
2922
snapshot:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ ssh-keygen -f build.key -m 'PEM' -e > build.pem
148148

149149
``` bash
150150
export GITHUB_TOKEN="YOUR_GH_TOKEN"
151-
git tag -a v2.0.2 -m "Release 2.0.2"
151+
git tag -a v2.1.1 -m "Release 2.1.1"
152152
git push origin v2.0.2
153-
goreleaser release --rm-dist
153+
goreleaser release --clean
154154
```
155155

156156
## VSCode setup

0 commit comments

Comments
 (0)