summaryrefslogtreecommitdiff
path: root/ReleaseInstructions
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2019-09-05 09:58:12 +0530
committerJaikiran Pai <jaikiran@apache.org>2019-09-05 09:58:32 +0530
commit7b996a8727d82d27e9986b1ffcda74a6d148ee1f (patch)
tree38c5e0e8f20f6f61331110b8f6a391a76cedf6e1 /ReleaseInstructions
parent5a4d511c8104bb1bbda88327a9523e4811be5549 (diff)
downloadant-7b996a8727d82d27e9986b1ffcda74a6d148ee1f.tar.gz
Update release instructions
Diffstat (limited to 'ReleaseInstructions')
-rw-r--r--ReleaseInstructions6
1 files changed, 4 insertions, 2 deletions
diff --git a/ReleaseInstructions b/ReleaseInstructions
index 4382eb990..7d3ff4a72 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