Repository: mesos Updated Branches: refs/heads/master 3eb6382f8 -> cdaac1653
Updated release guide to mention configuration.md. To update the flags for master, slave and configure. Review: https://reviews.apache.org/r/27573 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cdaac165 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/cdaac165 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/cdaac165 Branch: refs/heads/master Commit: cdaac16537158034725622e5ef23e271fceadec6 Parents: 3eb6382 Author: Kapil Arya <[email protected]> Authored: Tue Nov 4 12:11:04 2014 -0800 Committer: Adam B <[email protected]> Committed: Tue Nov 4 12:13:55 2014 -0800 ---------------------------------------------------------------------- docs/release-guide.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/cdaac165/docs/release-guide.md ---------------------------------------------------------------------- diff --git a/docs/release-guide.md b/docs/release-guide.md index d31c616..3aa6262 100644 --- a/docs/release-guide.md +++ b/docs/release-guide.md @@ -25,12 +25,15 @@ This guide describes the process of doing an official release of Mesos. version in [JIRA](https://issues.apache.org/jira/browse/MESOS#selectedTab=com.atlassian.jira.plugin.system.project%3Aversions-panel) and click on the `Release Notes`. Make sure to configure the release notes in text format. -3. If not already done, update and commit 'configure.ac' for the release. +3. If not already done, update and commit `configure.ac` for the release. -4. Update and commit the `docs/upgrades.md` with instructions about how to upgrade +4. Update and commit `docs/configuration.md` to reflect the current state of + the master, slave, and configure flags. + +5. Update and commit `docs/upgrades.md` with instructions about how to upgrade a live cluster from the previous release version to this release version. -5. If this is a major release please write and commit documentation for this feature. +6. If this is a major release please write and commit documentation for this feature. ## Tagging the release candidate
