You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2015/12/09 11:37:46 UTC

mesos git commit: Added a paragraph to the release guide that handles API updates.

Repository: mesos
Updated Branches:
  refs/heads/master e66241de6 -> 7cec89b5d


Added a paragraph to the release guide that handles API updates.

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


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

Branch: refs/heads/master
Commit: 7cec89b5de76f9f6ff537cec39c8eb18ad75349b
Parents: e66241d
Author: Till Toenshoff <to...@me.com>
Authored: Wed Dec 9 11:37:14 2015 +0100
Committer: Bernd Mathiske <be...@mesosphere.io>
Committed: Wed Dec 9 11:37:14 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/7cec89b5/docs/release-guide.md
----------------------------------------------------------------------
diff --git a/docs/release-guide.md b/docs/release-guide.md
index 6a05a26..7c9ee14 100644
--- a/docs/release-guide.md
+++ b/docs/release-guide.md
@@ -89,6 +89,7 @@ This guide describes the process of doing an official release of Mesos.
 6. If this is a major release, please ensure that user documentation has been
    added for any new features.
 
+7. Make sure that for any updates of the API, specifically the scheduler API, the public mesos protobuf definitions are part of both, `include/mesos` as well as `include/mesos/v1`. NOTE: This might actually demand code updates if any omissions were identified.
 
 ## Tagging the release candidate