Skip to content

Commit

Permalink
add release target to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Mar 26, 2023
1 parent 3ced511 commit 0fbda02
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 @@ -62,6 +62,9 @@ pull-image:
scan-image: pull-image
trivy image jonhadfield/soba:latest

release:
goreleaser && git push --follow-tags

help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

Expand Down

0 comments on commit 0fbda02

Please sign in to comment.