Author: joewitt
Date: Tue Nov 3 10:54:48 2015
New Revision: 1712251
URL: http://svn.apache.org/viewvc?rev=1712251&view=rev
Log:
NIFI-1100
Modified:
nifi/site/trunk/release-guide.html
Modified: nifi/site/trunk/release-guide.html
URL:
http://svn.apache.org/viewvc/nifi/site/trunk/release-guide.html?rev=1712251&r1=1712250&r2=1712251&view=diff
==============================================================================
--- nifi/site/trunk/release-guide.html (original)
+++ nifi/site/trunk/release-guide.html Tue Nov 3 10:54:48 2015
@@ -336,6 +336,8 @@ Now all the voting is done and the relea
</li>
<li><p>In Jira mark the release version as 'Released' and
'Archived' through 'version' management in the
'administration' console.</p>
</li>
+<li><p>Create a proper signed tag of the released codebase. If the approved
RC tag was 'nifi-0.0.1-RC1' then create a signed release tag of
'nifi-0.0.1'. For instructions on setting up to sign your tag see <a
href="http://gitready.com/advanced/2014/11/02/gpg-sign-releases.html">here</a>.
To create a signed release tag enter <code>git tag -s nifi-0.0.1 -m
"Signed release tag for approved release of nifi 0.0.1"</code></p>
+</li>
<li><p>Wait 24 hours then send release announcement.</p>
<ul>
<li>See <a
href="http://www.apache.org/dev/release.html#release-announcements">here</a>
for an understanding of why you need to wait 24 hours</li>