You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2018/03/14 12:39:57 UTC

qpid-proton git commit: NO-JIRA: update release helper notes

Repository: qpid-proton
Updated Branches:
  refs/heads/master 7f677ae4a -> 241563b35


NO-JIRA: update release helper notes


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/241563b3
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/241563b3
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/241563b3

Branch: refs/heads/master
Commit: 241563b351d16dc8b6c9679e15ddc6ea81799cc1
Parents: 7f677ae
Author: Robbie Gemmell <ro...@apache.org>
Authored: Wed Mar 14 12:39:32 2018 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Wed Mar 14 12:39:39 2018 +0000

----------------------------------------------------------------------
 RELEASE.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/241563b3/RELEASE.md
----------------------------------------------------------------------
diff --git a/RELEASE.md b/RELEASE.md
index 6a3a48e..dddc609 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -10,10 +10,9 @@
   - Run: 'git commit -m "update versions for ${TAG}"'
   - Run: 'git tag -m "tag ${TAG}" ${TAG}', e.g: git tag -m "tag 0.18.0-rc1" 0.18.0-rc1
 5. Run: "bin/export.sh $PWD ${TAG}" to create the qpid-proton-${VERSION}.tar.gz release archive.
-6. Create signature and checksums for the archive:
+6. Create signature and checksum files for the archive:
   - e.g "gpg --detach-sign --armor qpid-proton-${VERSION}.tar.gz"
   - e.g "sha512sum qpid-proton-${VERSION}.tar.gz > qpid-proton-${VERSION}.tar.gz.sha512"
-  - e.g "md5sum qpid-proton-${VERSION}.tar.gz > qpid-proton-${VERSION}.tar.gz.md5"
 7. Push branch changes and tag.
   - Also update versions to the applicable snapshot version for future work on it.
 8. Commit artifacts to dist dev repo in https://dist.apache.org/repos/dist/dev/qpid/proton/${TAG} dir.
@@ -25,8 +24,7 @@
 1. Tag the RC with the final version.
 2. Add the artifacts to dist release repo:
    svn cp -m "add files for qpid-proton-${VERSION}" https://dist.apache.org/repos/dist/dev/qpid/proton/${TAG} https://dist.apache.org/repos/dist/release/qpid/proton/${VERSION}
-3. Update the 'latest' link in https://dist.apache.org/repos/dist/release/qpid/proton/.
-4. Give the mirrors some time to distribute things. Can take 24hrs for good coverage.
+3. Give the mirrors some time to distribute things. Can take 24hrs for good coverage.
   - Status is visible at: https://www.apache.org/mirrors/
-5. Update the website with release content.
-6. Send release announcement email.
+4. Update the website with release content.
+5. Send release announcement email.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org