Skip to content

Commit

Permalink
Fix version file (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Qiu <[email protected]>
  • Loading branch information
qiujian16 authored Jan 24, 2022
1 parent 30705a4 commit 630dd18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-bin:
.PHONY: release
release:
@if [[ -z "${VERSION}" ]]; then VERSION=`cat VERSION.txt`; echo $$VERSION; fi; \
git tag v$$VERSION && git push upstream --tags
git tag $$VERSION && git push upstream --tags

.PHONY: build-krew
build-krew: krew-tools
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
v0.1.0

0 comments on commit 630dd18

Please sign in to comment.