You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then go to https://github.com/Homebrew/homebrew and create pull request.
94
110
95
-
Then submit a pull request to homebrew-binary. Note that they're very, very careful about their
96
-
commit history. If you made multiple commits, squash them. They don't merge using the button on
97
-
GitHub, they merge by making sure that the branch is rebased on to the most recent master, and
98
-
then they do a fast-forward merge. That means that the PR will be red when it's closed, not purple.
111
+
Note that they really don't want any verbose commit messages or PR descriptions when all you're doing is bumping a version.
99
112
100
-
Also, don't bother trying to DRY out the formula, they prefer having explicit, hard-coded values.
113
+
For more information see their [contribution guidelines](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md#how-to-open-a-homebrew-pull-request-and-get-it-merged).
0 commit comments