aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2015-12-04 05:37:19 +0000
committerDominyk Tiller2015-12-04 05:37:19 +0000
commit92585165f34362678bc05d808da0f0f4de587c0d (patch)
tree97b552be530aaf46042ea3404d14f3ae4fba3739
parent48950f2cc07d74a52411cf1fe8674409736291ab (diff)
downloadbrew-92585165f34362678bc05d808da0f0f4de587c0d.tar.bz2
Formula-Cookbook: wording clarity
-rw-r--r--share/doc/homebrew/Formula-Cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md
index 7cdb3d476..7cd12b75a 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.