Browse Source

Clarify the snapcraft release command

master
Jaikiran Pai 5 years ago
parent
commit
7a3e9034e1
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      ReleaseInstructions

+ 6
- 2
ReleaseInstructions View File

@@ -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 23. copy the candidate snaps to stable. First figure out the revision


$ snapcraft status ant $ 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 24. wait a few hours for the mirrors to catch up




Loading…
Cancel
Save