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 2019/09/05 04:28:40 UTC

[ant] branch master updated: Update release instructions

This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b996a8  Update release instructions
7b996a8 is described below

commit 7b996a8727d82d27e9986b1ffcda74a6d148ee1f
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Thu Sep 5 09:58:12 2019 +0530

    Update release instructions
---
 ReleaseInstructions | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ReleaseInstructions b/ReleaseInstructions
index 4382eb9..7d3ff4a 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -80,7 +80,8 @@ Note: This document was adapted from the one created in the context of
     * ivy.xml in release subdirectory (version should already be correct here)
     * WHATSNEW (version should already be correct here)
     * src/etc/testcases/taskdefs/conditions/antversion.xml (version should already be correct here)
-    * snap/snapcraft.yml
+    * snap/snapcraft.yml - change the value for "version" attribute. Plus, change the value for "grade"
+      to "stable".
 
 6.  Next bootstrap, build and run the tests.
 
@@ -111,6 +112,7 @@ Note: This document was adapted from the one created in the context of
 
 8.  Commit your changes, tag them, push them.
 
+    $ git commit -m "Prepare for RC1 of version 1.10.0 of Ant" ./
     $ git tag -s -m "Tagging RC1 for version 1.10.0 of Ant" ANT_1.10.0_RC1
     $ git push --tags
 
@@ -302,7 +304,7 @@ Note: This document was adapted from the one created in the context of
     * ivy.xml in release subdirectory
     * WHATSNEW (add a new section)
     * src/etc/testcases/taskdefs/conditions/antversion.xml
-    * snap/snapcraft.yml (bump version to [newversion]alpha)
+    * snap/snapcraft.yml - bump version to [newversion]alpha and change value of "grade" to "devel"
 
     Amend the merge commit