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

mesos git commit: Updated blog post section in the release guide.

Repository: mesos
Updated Branches:
  refs/heads/master 0a6b8ac24 -> 47f16b909


Updated blog post section in the release guide.

Review: https://reviews.apache.org/r/57784/


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

Branch: refs/heads/master
Commit: 47f16b909f3eec5c757ef57b3c96538cf5a70b07
Parents: 0a6b8ac
Author: Alexander Rukletsov <ru...@gmail.com>
Authored: Fri Mar 24 00:32:54 2017 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Mar 24 00:32:54 2017 +0100

----------------------------------------------------------------------
 docs/release-guide.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/47f16b90/docs/release-guide.md
----------------------------------------------------------------------
diff --git a/docs/release-guide.md b/docs/release-guide.md
index f86f2f8..b32c988 100644
--- a/docs/release-guide.md
+++ b/docs/release-guide.md
@@ -257,6 +257,12 @@ This guide describes the process of doing an official release of Mesos.
 4. Write a blog post announcing the new release and its features and major bug
    fixes. Include a link to the updated website.
 
+   * This command may be helpful to gather the list of all contributors between
+     two tags:
+     `git log --pretty=format:%an <tagX>..<tagY> | sort | uniq | awk '{print}' ORS=', '`
+
+   * Mention the blog post in `site/data/releases.yml`.
+
 
 ## Removing Old Releases from svn