Skip to content

Commit

Permalink
fix: update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Eriks Zelenka <[email protected]>
  • Loading branch information
isindir committed May 28, 2019
1 parent 8818600 commit 21bcf98
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 @@ -12,6 +12,9 @@ SRC = $(shell find . -type f -name '*.go' -not -path "./vendor/*")

all: clean gen fmt check test build

repo-tag:
@git tag -a ${VERSION} -m "sops-secrets-operator ${VERSION}"

release: build push

echo:
Expand Down

0 comments on commit 21bcf98

Please sign in to comment.