From afa24db8431fe6ea6b254f2787d5c2e75eadd066 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 17 Mar 2014 17:19:10 -0400 Subject: [PATCH] DOC: note to have release tagged by a signed/annotated tag Came up in #650 --- RELEASE | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE b/RELEASE index 627ef6b0..e787b040 100644 --- a/RELEASE +++ b/RELEASE @@ -88,6 +88,11 @@ Which indicates that testcases/files/logs/mysqld.log has been moved or is a dire Broken for now: python setup.py bdist_rpm Broken for now: python setup.py upload +# Tag the release by using a signed (and annotated) tag. Cut/paste + release ChangeLog entry as tag annotation + + git tag -s 0.9.1 + # Prerelease (option) # Provide a release sample to distributors