Commit graph

11 commits

Author SHA1 Message Date
Yuichiro NAITO
4014c048cc Fix to wrap bash by /usr/bin/env 2016-12-21 10:51:08 +09:00
Mislav Marohnić
073762c128 Further simplify script/brew-publish 2016-09-16 13:00:46 +02:00
SHIBATA Hiroshi
231a3f023b
remove hub checking because it's embedded in bump-formula-pr 2016-09-16 12:53:51 +09:00
SHIBATA Hiroshi
1dd68e1f08
replace official tool named bump-formula-pr 2016-09-16 12:53:08 +09:00
Jason Karns
c9a6cdb3b1 Ensure current branch pushes to matching on remote
`git push <remote> HEAD` is documented to push current branch to
same-named branch on the remote
2016-01-18 21:59:42 -05:00
Mislav Marohnić
1491d71efa Handle unshallowed Homebrew checkout as well
[ci skip]
2015-12-25 12:07:37 +01:00
Mislav Marohnić
9343b99451 Handle case when Homebrew checkout is shallow
Using hub to fork Homebrew and push a branch we've just created to this
fork will be rejected by GitHub because the push is coming from a
shallow repository. Ensure that Homebrew is unshallowed before that.

[ci skip]
2015-12-16 16:41:40 +01:00
Mislav Marohnić
a5d0479af7 Update brew-publish to be sha256-aware 2015-05-19 21:33:47 +02:00
Mislav Marohnić
de155dd12b Fix brew-publish command
[ci skip]
2014-10-28 20:46:24 +01:00
Mislav Marohnić
aaf50ec655 Fix brew-publish script that's part of release process
[ci skip]
2014-09-08 15:49:25 -07:00
Mislav Marohnić
e2ae87877b Add release script
The script handles bumping up the version number, committing, tagging
and updating the Homebrew formula. The last step requires `hub` to be
installed in order to submit a pull request to Homebrew.

/cc @sferik @hsbt

[ci skip]
2014-05-26 23:34:26 +07:00