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:43:22 UTC

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

Repository: qpid-cpp
Updated Branches:
  refs/heads/master 790d0fc84 -> 2cafedd9b


NO-JIRA: update release helper notes


Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/2cafedd9
Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/2cafedd9
Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/2cafedd9

Branch: refs/heads/master
Commit: 2cafedd9b3e65983aed23c516293597869ca1541
Parents: 790d0fc
Author: Robbie Gemmell <ro...@apache.org>
Authored: Wed Mar 14 12:43:02 2018 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Wed Mar 14 12:43:02 2018 +0000

----------------------------------------------------------------------
 RELEASE.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/2cafedd9/RELEASE.md
----------------------------------------------------------------------
diff --git a/RELEASE.md b/RELEASE.md
index 945e053..331a1af 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -12,10 +12,9 @@
   - Run: 'git commit -m "update versions for ${TAG}"'
   - Run: 'git tag -m "tag ${TAG}" ${TAG}'
 5. Run: "bin/export.sh $PWD ${TAG}" to create the qpid-cpp-${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-cpp-${VERSION}.tar.gz"
   - e.g "sha512sum qpid-cpp-${VERSION}.tar.gz > qpid-cpp-${VERSION}.tar.gz.sha512"
-  - e.g "md5sum qpid-cpp-${VERSION}.tar.gz > qpid-cpp-${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/cpp/${TAG} dir.


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