Skip to content

Commit b3ce62d

Browse files
author
Cristian Escudero
committed
Setup git flow config
1 parent c111828 commit b3ce62d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitflowconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
STAGING=master
2+

bump-version

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
if [ -z "$1" ]; then
4+
exit 0
5+
fi
6+
7+
perl -0777 -pi -e "s/\"version\".*/\"version\": \"$1\",/" package.json
8+

0 commit comments

Comments
 (0)