Skip to content

Commit

Permalink
update: release command and documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <lo@linux.com>
  • Loading branch information
fntlnz committed Sep 19, 2019
1 parent 7da686a commit fea80d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ ${trace_runner}:
cross:
IMAGE_NAME=$(IMAGE_NAME) GO111MODULE=on goreleaser --snapshot --rm-dist

.PHONY: release
release:
IMAGE_NAME=$(IMAGE_NAME) GO111MODULE=on goreleaser --rm-dist

.PHONY: clean
clean:
$(RM) -R _output
Expand Down
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Run goreleaser, make sure to export your GitHub token first.

```
export GITHUB_TOKEN=<YOUR_GH_TOKEN>
make cross
make release
```

0 comments on commit fea80d8

Please sign in to comment.