diff --git a/Makefile b/Makefile index 0f77f04..b0eb636 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ release-version: exit 1; \ fi; \ git tag -a "$$next_tag" -m "Release $$next_tag"; \ + git push origin "$$next_tag"; \ echo "$$next_tag" migrate: