Commit 62f84132 authored by Jeremy Mikola's avatar Jeremy Mikola

Reminder to push current branch (not just tags) for release

Let's also not assume that origin is the appropriate upstream remote (it may be a local fork).
parent 98e14e8d
......@@ -50,7 +50,8 @@ release/%: release-log/%
@echo " " git add RELEASE-$(*)
@echo " " git commit -m \"Add $(*) release notes\"
@echo " " git tag -a -m \"Release MongoDB library $(*)\" $(*)
@echo " " git push --tags
@echo " " git push REMOTE `git rev-parse --abbrev-ref HEAD`
@echo " " git push REMOTE --tags
@echo " " make release-docs
docs: mkdocs apigen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment