From 92585165f34362678bc05d808da0f0f4de587c0d Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 4 Dec 2015 05:37:19 +0000 Subject: [PATCH] Formula-Cookbook: wording clarity --- share/doc/homebrew/Formula-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index 7cdb3d4760..7cd12b75a8 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -909,7 +909,7 @@ Homebrew provides two Formula methods for launchd plist files. `plist_name` will ## Updating formulae -Eventually a new version of the software will be released. In this case you should update the `url` and `sha256`. If a `revision` line exists outside any `bottle do` block, it should be removed. +Eventually a new version of the software will be released. In this case you should update the `url` and `sha256`. If a `revision` line exists outside any `bottle do` block *and* the new release is stable rather than devel, it should be removed. Please leave the `bottle do ... end` block as-is; our CI system will update it when we pull your change.