improve commit message automatic update

This commit is contained in:
Eugenio Romano 2018-03-14 15:12:04 +00:00
parent ec4ccd89f4
commit 98a7e151f8

View File

@ -56,6 +56,6 @@ git add .
git commit -m "Update generator to use packages version $VERSION" git commit -m "Update generator to use packages version $VERSION"
git push -u origin $BRANCH git push -u origin $BRANCH
curl -H "Authorization: token $TOKEN" -X POST -d '{"body":"Update generator to use packages version '$VERSION'","head":"'$BRANCH'","base":"development","title":"Update generator to use packages version"}' https://api.github.com/repos/alfresco/$NAME_REPO/pulls curl -H "Authorization: token $TOKEN" -X POST -d '{"body":"Update ADF packages version '$VERSION'","head":"'$BRANCH'","base":"development","title":"Update ADF packages version '$VERSION'"}' https://api.github.com/repos/alfresco/$NAME_REPO/pulls
rm -rf $TEMP_GENERATOR_DIR; rm -rf $TEMP_GENERATOR_DIR;