diff --git a/please b/please index a58b2c8..46f14fc 100644 --- a/please +++ b/please @@ -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/
/g'`