Skip to content

Commit 185f0d2

Browse files
authored
Update git-build
1 parent d2ba7ca commit 185f0d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

git-build

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'build(*): ' -e
4+
git commit -am 'build: ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "build(*): $1"
8+
git commit -am "build: $1"
99
else
10-
echo "chore($1): $2"
1110
git commit -am "build($1): $2"
1211
fi
1312
fi

0 commit comments

Comments
 (0)