Skip to content

Commit

Permalink
build: force tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jan 27, 2020
1 parent f1c03bb commit 3572d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@ pre-push: must-be-clean pre-commit must-be-clean
.PHONY: prepare-release
prepare-release: manifests codegen
# Commit if any changes
git diff --quiet || git commit -am "Update manifests to $(VERSION)" && git tag $(VERSION)
git diff --quiet || git commit -am "Update manifests to $(VERSION)"
git tag -f $(VERSION)

.PHONY: check-release
check-release: pre-push
Expand Down

0 comments on commit 3572d4d

Please sign in to comment.