Skip to content

Commit

Permalink
TASK: improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Nov 11, 2023
1 parent 5953588 commit 6fff4e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ as it might happen that a pull request slips through.

Simply have a modern Go version installed; check out the project somewhere (NOT in $GOPATH, as we use Go Modules),
and then run `./dev.sh build`.

## Releasing

```bash

git push
git tag v3.x.y
git push origin v3.x.y

goreleaser --rm-dist
```

0 comments on commit 6fff4e0

Please sign in to comment.