Author: buildbot
Date: Mon Sep 17 10:38:59 2018
New Revision: 1035275

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 17 10:38:59 2018
@@ -1 +1 @@
-1825932
+1841060

Modified: 
websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html 
(original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html Mon 
Sep 17 10:38:59 2018
@@ -88,14 +88,13 @@ h2:hover > .headerlink, h3:hover > .head
 <ol>
 <li>ssh people.apache.org and set ''umask 0002''</li>
 <li>Copy the tarball, signature, and hashes to the official artifact rep:<ol>
-<li>mkdir -p /www/www.apache.org/dist/thrift/<version><ol>
+<li>mkdir -p /www/www.apache.org/dist/thrift/<version></li>
 <li>copy the tarball, signature, and checksums into the above dir</li>
 </ol>
 </li>
-</ol>
-</li>
-<li>Create a tag from your version branch:<ol>
-<li>svn cp .../thrift/branches/<version> .../thrift/tags/thrift-<version></li>
+<li>Create a tag from your version branch.  We are using SemVer style tags 
starting with v0.12.0 to comply with dlang dub repository requirements.  SemVer 
is a well-known and widely accepted version format.<ol>
+<li><code>git tag v0.xx.0</code></li>
+<li><code>git push origin v0.xx.0</code></li>
 </ol>
 </li>
 <li>Update the website to point to the new version<ol>


Reply via email to