mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 00:46:26 -04:00
git release: stop if pre-release hook fails
This commit is contained in:
parent
d01ad47953
commit
3428b278d3
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
hook() {
|
||||
local hook=.git/hooks/$1.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue