Skip to content

Commit

Permalink
build: add release target
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Jan 9, 2022
1 parent ddfdd48 commit 5dec3b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ test:
clean:
rm -rf dist/
rm -f traefik-kop

release: clean
goreleaser release --rm-dist --skip-validate

0 comments on commit 5dec3b6

Please sign in to comment.