Skip to content

Commit

Permalink
minor changes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Reisinger committed Oct 30, 2021
1 parent f828ad8 commit fd6160b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ make demo # see the picture above

## Releasing

Just add new git [tag](https://reisinge.net/notes/prog/git#tags)

```
make release # build binaries in cmd
git tag -a v0.6.9 -m "goreleaser with GitHub Actions"
git push --tags
```

See [git tags](https://reisinge.net/notes/prog/git#tags).
and GitHub Actions with goreleaser will make the release.

0 comments on commit fd6160b

Please sign in to comment.