From 3badf6981de1d09f2bb3fbf1a55c29e01ea0da61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Laleve=CC=81e?= Date: Fri, 14 Nov 2014 18:19:33 +0100 Subject: [PATCH] Update release process --- doc/dev/makerelease.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/dev/makerelease.html b/doc/dev/makerelease.html index c4101b53..deefd80d 100644 --- a/doc/dev/makerelease.html +++ b/doc/dev/makerelease.html @@ -88,6 +88,11 @@ As soon as you are happy with the artifacts to be released, it is time to tag th git tag 2.0.0-beta1 +And push the changes to the ASF repo + +git push --tags + +

Publish the release candidate

All artifacts in build/distrib except the maven2 folder needs to be published on the 'dist' svn of the ASF, in the dev part. @@ -103,7 +108,7 @@ Subject: [VOTE] Ivy ${version} Release I have built a release candidate for Ivy ${version} -The svn tag of this release is: https://svn.apache.org/repos/asf/ant/ivy/core/tags/${version}@${svn-rev-of-the-tag} +The svn tag of this release is: https://git-wip-us.apache.org/repos/asf?p=ant-ivy.git;a=commit;h=SHA1-OF-THE-TAG The artifacts has been published to: https://dist.apache.org/repos/dist/dev/ant/ivy/$VERSION@${svn-rev-of-the-check-in}