Skip to content

Commit

Permalink
refactor(please): updating version msg
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 12, 2018
1 parent 2cc7f6b commit 0821fb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions please
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,8 @@ if [ "null" == "$VERSION" ]; then
VERSION="0.0.0"
DIFF=""
fi
ok
ok " Done [${VERSION}]"

info "Current Version $VERSION"
info "Collecting commits ..."

COMMITS=`git log ${DIFF} --no-merges --oneline --pretty=%B --grep "skip ci" --grep "StyleCI" --invert-grep | sed -e ':a;N;$!ba;s/\n/<br>/g'`
Expand Down

0 comments on commit 0821fb2

Please sign in to comment.