Fix brooklyn-stable-version variable name Must not use hyphens in gitbook variable names
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/0cc3d265 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/0cc3d265 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/0cc3d265 Branch: refs/heads/master Commit: 0cc3d2657e2243ec77ce7dff37168a6d75910e88 Parents: 1e7a57a Author: Richard Downer <[email protected]> Authored: Tue Oct 10 16:12:35 2017 +0100 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 16 14:56:03 2017 +0100 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/0cc3d265/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index a4de71c..8c4293d 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Preparing for a Release When doing a release and changing versions: * Before branching: - * Change the `brooklyn-stable-version` variable in `_config.yml` + * Change the `brooklyn_stable_version` variable in `_config.yml` * Update `website/meta/versions.md` with a bit of info on this release * In the branch, with `change-version.sh` run (e.g. from `N.SNAPSHOT` to `N`) * Ensure the `guide/start/release-notes.md` file is current
