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:40:50 UTC

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

Repository: qpid-python
Updated Branches:
  refs/heads/master 2967a3655 -> 991d03183


NO-JIRA: update release helper notes


Project: http://git-wip-us.apache.org/repos/asf/qpid-python/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-python/commit/991d0318
Tree: http://git-wip-us.apache.org/repos/asf/qpid-python/tree/991d0318
Diff: http://git-wip-us.apache.org/repos/asf/qpid-python/diff/991d0318

Branch: refs/heads/master
Commit: 991d031835bb83d374a8642300ec66d31dcf3dd2
Parents: 2967a36
Author: Robbie Gemmell <ro...@apache.org>
Authored: Wed Mar 14 12:40:31 2018 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Wed Mar 14 12:40:31 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/qpid-python/blob/991d0318/RELEASE.md
----------------------------------------------------------------------
diff --git a/RELEASE.md b/RELEASE.md
index 47fd759..04c7bce 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -9,10 +9,9 @@
   - Run: 'git commit -m "update versions for ${TAG}"'
   - Run: 'git tag -m "tag ${TAG}" ${TAG}'
 5. Run: "python setup.py sdist" to create the qpid-python-${VERSION}.tar.gz release archive in the dist/ subdir.
-6. Create signature and checksums for the archive:
+6. Create signature and checksum files for the archive:
   - e.g "gpg --detach-sign --armor qpid-python-${VERSION}.tar.gz"
   - e.g "sha512sum qpid-python-${VERSION}.tar.gz > qpid-python-${VERSION}.tar.gz.sha512"
-  - e.g "md5sum qpid-python-${VERSION}.tar.gz > qpid-python-${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/python/${TAG} dir.


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