You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2018/02/28 09:52:59 UTC

ant-ivy git commit: Minor updates to the release instructions to reflect the correct branch to use for the release

Repository: ant-ivy
Updated Branches:
  refs/heads/master c65654929 -> 313d28f67


Minor updates to the release instructions to reflect the correct branch to use for the release


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/313d28f6
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/313d28f6
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/313d28f6

Branch: refs/heads/master
Commit: 313d28f676afd5f65c16bb0c6e188d16578f56ce
Parents: c656549
Author: Jaikiran Pai <ja...@apache.org>
Authored: Wed Feb 28 15:22:46 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Wed Feb 28 15:22:46 2018 +0530

----------------------------------------------------------------------
 asciidoc/dev/makerelease.adoc | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/313d28f6/asciidoc/dev/makerelease.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/dev/makerelease.adoc b/asciidoc/dev/makerelease.adoc
index 4aa819b..3f7f5c1 100644
--- a/asciidoc/dev/makerelease.adoc
+++ b/asciidoc/dev/makerelease.adoc
@@ -37,7 +37,7 @@ Run the following git command to checkout the branch, revert any change and remo
 
 [source,shell]
 ----
-git checkout 2.0.x
+git checkout master
 git reset --hard
 git clean -d -x -f
 ----
@@ -108,6 +108,8 @@ All artifacts in `build/distrib/dist` needs to be published on the 'dist' svn of
 
 The following command lines should do the job:
 
+NOTE: Make sure to use the right version number in the commit message.
+
 [source,shell]
 ----
 svn checkout -N https://dist.apache.org/repos/dist/dev/ant/ivy build/distrib/dist
@@ -136,6 +138,8 @@ Once the checks passed, you can find in the __Summary__ the URL of the staging r
 
 As soon as you are happy with the artifacts to be released, it is time to tag the release
 
+NOTE: Use the right version number for the tag. For example, if you released 2.5.0 of Ivy, then the tag name should be 2.5.0
+
 [source,shell]
 ----
 git tag -s 2.0.0-beta1 -m 'Release Ivy 2.0.0-beta1'
@@ -160,9 +164,9 @@ Subject: [VOTE] Ivy ${version} Release
 
 I have built a release candidate for Ivy ${version}
 
-The svn tag of this release is: https://git-wip-us.apache.org/repos/asf?p=ant-ivy.git;a=tag;h=refs/tags/2.0.0-beta1
+The svn tag of this release is: https://git-wip-us.apache.org/repos/asf?p=ant-ivy.git;a=tag;h=refs/tags/${version}
 
-The artifacts has been published to: https://dist.apache.org/repos/dist/dev/ant/ivy/$VERSION at revision ${svn-rev-of-the-check-in}
+The artifacts has been published to: https://dist.apache.org/repos/dist/dev/ant/ivy/${version} at revision ${svn-rev-of-the-check-in}
 
 The staging Maven repository is available there: https://repository.apache.org/content/repositories/orgapacheant-XXXX