make release: document next step

This commit is contained in:
Philippe Teuwen 2020-05-21 12:24:54 +02:00
parent 7848d751c5
commit b79ccc12ae

View file

@ -270,6 +270,8 @@ endif
@git tag -a -m "Release $(VERSION) - $(RELEASE_NAME)" $(VERSION)
# - Reverting tagged commit...
@git revert --no-edit HEAD
@echo "==================================================================="
@echo "Done! You can now execute 'git push --follow-tags'"
# Dummy target to test for GNU make availability
_test: