We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6931d1 commit 92cae36Copy full SHA for 92cae36
Makefile
@@ -78,6 +78,7 @@ check-working-tree:
78
.branch:
79
@echo "[Release from branch]"
80
@git branch | grep '^*' | awk '{ print $$2 }' > .branch
81
+ @[[ "`git branch | awk '{ print $$2 }'`" != "master" ]] && echo "Fail. Current branch is not master." && exit 1
82
@echo "Current branch: `cat .branch`"
83
84
changelog:
0 commit comments