Skip to content

Commit

Permalink
Update readme and goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbdk committed Feb 21, 2024
1 parent 00a248d commit 0bc5725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
env:
- GO111MODULE=on
before:
Expand All @@ -19,11 +17,6 @@ builds:
- linux
env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ ssh-keygen -f build.key -m 'PEM' -e > build.pem

``` bash
export GITHUB_TOKEN="YOUR_GH_TOKEN"
git tag -a v2.0.2 -m "Release 2.0.2"
git tag -a v2.1.1 -m "Release 2.1.1"
git push origin v2.0.2
goreleaser release --rm-dist
goreleaser release --clean
```

## VSCode setup
Expand Down

0 comments on commit 0bc5725

Please sign in to comment.