Repository: qpid-python Updated Branches: refs/heads/master 5d820c717 -> 335853f42
QPID-8051: actually type the command correctly Project: http://git-wip-us.apache.org/repos/asf/qpid-python/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-python/commit/335853f4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-python/tree/335853f4 Diff: http://git-wip-us.apache.org/repos/asf/qpid-python/diff/335853f4 Branch: refs/heads/master Commit: 335853f42d9db0d228455f17efa5ff2de17b863b Parents: 5d820c7 Author: Robbie Gemmell <[email protected]> Authored: Wed Nov 22 18:43:08 2017 +0000 Committer: Robbie Gemmell <[email protected]> Committed: Wed Nov 22 18:43:08 2017 +0000 ---------------------------------------------------------------------- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-python/blob/335853f4/RELEASE.md ---------------------------------------------------------------------- diff --git a/RELEASE.md b/RELEASE.md index 82268f2..47fd759 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,7 +8,7 @@ - Run: "git add ." - 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. +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: - 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" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
