We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e1e0d commit 305d5b8Copy full SHA for 305d5b8
please
@@ -232,7 +232,7 @@ if [ "" == "$COMMITS" ]; then
232
fi
233
234
# determine next version
235
-FEAT=`git log "${DIFF}" --oneline --pretty="%s" | grep -P '^feat' || echo ""`
+FEAT=`git log ${DIFF} --oneline --pretty="%s" | grep -P '^feat' || echo ""`
236
if [[ $MAJOR -eq 1 ]]; then
237
NEXT_VERSION=`echo $VERSION | (IFS=".$IFS"; read a b c && echo $((a + 1)).0.0)`
238
elif [[ $MINOR -eq 1 ]]; then
0 commit comments