We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f453355 commit f4692d1Copy full SHA for f4692d1
Makefile
@@ -28,8 +28,8 @@ ifeq ($(RELEASE_GPG_KEYNAME),)
28
endif
29
echo "==> Tagging version $(VERSION)"
30
$(PROJDIR)/tools/build/publish $(VERSION) master validate
31
- echo "$(VERSION)" > VERSION
32
- git add --force VERSION
+ echo "$(VERSION)" > $(PROJDIR)/VERSION
+ git add --force $(PROJDIR)/VERSION
33
git commit --message="riak-erlang-client $(VERSION)"
34
git push
35
git tag --sign -a "$(VERSION)" -m "riak-erlang-client $(VERSION)" --local-user "$(RELEASE_GPG_KEYNAME)"
0 commit comments