You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/11/03 11:54:49 UTC

svn commit: r1712251 - /nifi/site/trunk/release-guide.html

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 &#39;Released&#39; and &#39;Archived&#39; through &#39;version&#39; management in the &#39;administration&#39; console.</p>
 </li>
+<li><p>Create a proper signed tag of the released codebase.  If the approved RC tag was &#39;nifi-0.0.1-RC1&#39; then create a signed release tag of &#39;nifi-0.0.1&#39;.  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 &quot;Signed release tag for approved release of nifi 0.0.1&quot;</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>