Skip to content

Commit f4692d1

Browse files
author
Luke Bakken
committed
Use full path to VERSION
1 parent f453355 commit f4692d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ifeq ($(RELEASE_GPG_KEYNAME),)
2828
endif
2929
echo "==> Tagging version $(VERSION)"
3030
$(PROJDIR)/tools/build/publish $(VERSION) master validate
31-
echo "$(VERSION)" > VERSION
32-
git add --force VERSION
31+
echo "$(VERSION)" > $(PROJDIR)/VERSION
32+
git add --force $(PROJDIR)/VERSION
3333
git commit --message="riak-erlang-client $(VERSION)"
3434
git push
3535
git tag --sign -a "$(VERSION)" -m "riak-erlang-client $(VERSION)" --local-user "$(RELEASE_GPG_KEYNAME)"

0 commit comments

Comments
 (0)