You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2017/11/17 23:40:27 UTC

mesos-site git commit: Updated the website built from mesos SHA: 94ef10c.

Repository: mesos-site
Updated Branches:
  refs/heads/asf-site 7b6b22b00 -> 5b0bbda1d


Updated the website built from mesos SHA: 94ef10c.


Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/5b0bbda1
Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/5b0bbda1
Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/5b0bbda1

Branch: refs/heads/asf-site
Commit: 5b0bbda1dcaab48347a34ee62b7463b2b98c2902
Parents: 7b6b22b
Author: jenkins <bu...@apache.org>
Authored: Fri Nov 17 23:40:25 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Fri Nov 17 23:40:25 2017 +0000

----------------------------------------------------------------------
 content/documentation/latest/release-guide/index.html | 5 ++---
 content/documentation/release-guide/index.html        | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/5b0bbda1/content/documentation/latest/release-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/release-guide/index.html b/content/documentation/latest/release-guide/index.html
index 2ba0d14..745ec7b 100644
--- a/content/documentation/latest/release-guide/index.html
+++ b/content/documentation/latest/release-guide/index.html
@@ -262,7 +262,7 @@ regressions:</p>
 </code></pre></li>
 <li><p>First tag the required SHA locally.</p>
 
-<pre><code> $ git tag &lt;X.Y.Z-rcR&gt;
+<pre><code> $ git tag -a &lt;X.Y.Z-rcR&gt; -m "Tagging Mesos &lt;X.Y.X-rcR&gt;."
 </code></pre>
 
 <p><strong>NOTE:</strong> <code>X.Y.Z</code> is based on <a href="http://semver.org/">semantic versioning</a>
@@ -341,8 +341,7 @@ branch to the <strong>next</strong> patch version.</p></li>
 <li><p>After a successful release, add the information associated with the release
 in <code>site/data/releases.yml</code>. It is used to generate the release information
 on the website.</p></li>
-<li><p>Update the <a href="/documentation/latest/./getting-started/">Getting Started</a> guide to use the latest
-release link.</p></li>
+<li><p>Update the <a href="/documentation/latest/./building/">Building</a> guide to use the latest release link.</p></li>
 <li><p>Check out the website from svn.</p>
 
 <pre><code> $ svn co https://svn.apache.org/repos/asf/mesos/site mesos-site

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/5b0bbda1/content/documentation/release-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/release-guide/index.html b/content/documentation/release-guide/index.html
index 855d302..9b0c753 100644
--- a/content/documentation/release-guide/index.html
+++ b/content/documentation/release-guide/index.html
@@ -262,7 +262,7 @@ regressions:</p>
 </code></pre></li>
 <li><p>First tag the required SHA locally.</p>
 
-<pre><code> $ git tag &lt;X.Y.Z-rcR&gt;
+<pre><code> $ git tag -a &lt;X.Y.Z-rcR&gt; -m "Tagging Mesos &lt;X.Y.X-rcR&gt;."
 </code></pre>
 
 <p><strong>NOTE:</strong> <code>X.Y.Z</code> is based on <a href="http://semver.org/">semantic versioning</a>
@@ -341,8 +341,7 @@ branch to the <strong>next</strong> patch version.</p></li>
 <li><p>After a successful release, add the information associated with the release
 in <code>site/data/releases.yml</code>. It is used to generate the release information
 on the website.</p></li>
-<li><p>Update the <a href="/documentation/latest/./getting-started/">Getting Started</a> guide to use the latest
-release link.</p></li>
+<li><p>Update the <a href="/documentation/latest/./building/">Building</a> guide to use the latest release link.</p></li>
 <li><p>Check out the website from svn.</p>
 
 <pre><code> $ svn co https://svn.apache.org/repos/asf/mesos/site mesos-site