From 9893bcd73e2fee12e1f05126020d24a226f0734e Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 23 Jan 2017 09:50:33 +0100 Subject: [PATCH] Updated MapnikReleaseSteps (markdown) --- MapnikReleaseSteps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MapnikReleaseSteps.md b/MapnikReleaseSteps.md index a9797c7..26914d5 100644 --- a/MapnikReleaseSteps.md +++ b/MapnikReleaseSteps.md @@ -42,7 +42,7 @@ OPTIONAL: If it has been > 3 months since the last official release, consider fi ```sh git tag -a v3.0.0-rc1 -m 'Release Candidate 1 for Mapnik v3.0.0' -git push --tags +git push origin v3.0.0-rc1 ``` ### Pre-tag updates @@ -76,7 +76,7 @@ We use [annotated tags](http://stackoverflow.com/questions/4971746/why-should-i- ```sh MAPNIK_VERSION=`mapnik-config --version` git tag --annotate "v${MAPNIK_VERSION}" -m "tagging v${MAPNIK_VERSION}" -git push --tags +git push origin v${MAPNIK_VERSION} ``` * Create and upload clean tarball: