Skip to content

Commit

Permalink
Add make release
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed Nov 23, 2019
1 parent bb55caf commit d54791e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ docker:
docker build -t mxpv/podsync:unstable .
docker push mxpv/podsync:unstable

#
# Run goreleaser to build and upload release binaries
#
.PHONY: release
release:
goreleaser --rm-dist

#
# Pull GolangCI-Lint dependency
#
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ $ docker-compose up
```
- Run GoReleaser at the root of your repository:
```
$ goreleaser --rm-dist
$ make release
```

0 comments on commit d54791e

Please sign in to comment.