Repository: libcloud Updated Branches: refs/heads/trunk a3b9da4a9 -> 850aa8f6c
Add a note on tag signing. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/850aa8f6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/850aa8f6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/850aa8f6 Branch: refs/heads/trunk Commit: 850aa8f6c5a2c08a548796fe24f8942132a1b4ff Parents: a3b9da4 Author: Tomaz Muraus <to...@tomaz.me> Authored: Wed Apr 6 18:53:03 2016 +0200 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Wed Apr 6 18:53:03 2016 +0200 ---------------------------------------------------------------------- docs/committer_guide.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/850aa8f6/docs/committer_guide.rst ---------------------------------------------------------------------- diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst index cde4030..f9ee3d5 100644 --- a/docs/committer_guide.rst +++ b/docs/committer_guide.rst @@ -143,7 +143,7 @@ For example: .. sourcecode:: bash - git tag v0.15.0-tentative 105b9610835f99704996d861d613c5a9a8b3f8b1 + git tag --sign v0.15.0-tentative 105b9610835f99704996d861d613c5a9a8b3f8b1 5. Upload the release artifacts and start a [VOTE] thread ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -154,6 +154,15 @@ space. Then start a [VOTE] thread on the d...@libcloud.apache.org mailing list. Once the vote has passed tag the release with a new tag, removing the ``-tentative`` postfix. Upload the release artifacts to Apache servers and Pypi. +For example: + +.. sourcecode:: bash + + git tag --sign v0.15.0 105b9610835f99704996d861d613c5a9a8b3f8b1 + +Keep in mind that it's important that you sign the commit / tag with your GPG +key. + 6. Uploading release artifacts to Apache servers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~