From 20b2f3f30480db8e83a0145074ab24db36e94529 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 25 Jan 2016 22:07:07 -0600 Subject: [PATCH] chore(CI): tweak ionitron github message --- scripts/docs/update_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/update_docs.sh b/scripts/docs/update_docs.sh index fcc76b72..faa87e72 100755 --- a/scripts/docs/update_docs.sh +++ b/scripts/docs/update_docs.sh @@ -38,7 +38,7 @@ function run { git config --global user.email "hi@ionicframework.com" git config --global user.name "Ionitron" git add -A - git commit -am "docs: update for $VERSION" + git commit -am "Automated build of platform docs v$VERSION" git push origin master echo "-- Updated docs for $VERSION_NAME succesfully!"