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 7a3e903  Clarify the snapcraft release command
7a3e903 is described below

commit 7a3e9034e1583c319b809e641824a2fc10423f15
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Thu Sep 5 10:23:13 2019 +0530

    Clarify the snapcraft release command
---
 ReleaseInstructions | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/ReleaseInstructions b/ReleaseInstructions
index 6a59b4f..191662a 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -315,9 +315,13 @@ Note: This document was adapted from the one created in 
the context of
 23. copy the candidate snaps to stable. First figure out the revision
 
     $ snapcraft status ant
-    $ snapcraft release ant REVISION latest/stable 1.10/stable
+    $ snapcraft release ant REVISION latest/stable
+    $ snapcraft release ant REVISION 1.10/stable
 
-    where REVISION is the revision you want to promote
+    where REVISION is the revision you want to promote (keep in mind that the
+    REVISION isn't the version you are releasing. snapcraft uses its own 
separate integer
+    value for the REVISION and this value is listed as the output of the 
previous
+    "snapcraft status ant" command)
 
 24. wait a few hours for the mirrors to catch up
 

Reply via email to