chore(release): simplify auto-generated commits

This commit is contained in:
Nico Rehwaldt 2020-12-18 00:27:33 +01:00
parent 12999fbe3b
commit a276b8f9ad
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ git config user.name "$BPMN_IO_USERNAME"
git config push.default simple
git add -A
git commit -m "chore(project): bump bpmn-js to $TRAVIS_TAG"
git commit -m "deps: bump bpmn-js to $TRAVIS_TAG"
git tag "bpmn-js-$TRAVIS_TAG"
git push -q &2>/dev/null
git push --tags -q &2>/dev/null

View File

@ -27,7 +27,7 @@ if [[ "x$SKIP_COMMIT" = "x" ]]; then
# add all resources
git add -A
git commit -m "chore(project): bump examples to $TRAVIS_TAG"
git commit -m "chore: bump examples to $TRAVIS_TAG"
git tag "$TRAVIS_TAG"
git push -q &2>/dev/null
git push --tags -q &2>/dev/null

View File

@ -20,7 +20,7 @@ git config user.name "$BPMN_IO_USERNAME"
git config push.default simple
git add -A
git commit -m "chore(project): bump bpmn-js to $TRAVIS_TAG"
git commit -m "deps: bump bpmn-js to $TRAVIS_TAG"
git tag "$TRAVIS_TAG"
git push -q &2>/dev/null
git push --tags -q &2>/dev/null

View File

@ -26,7 +26,7 @@ if [[ "x$SKIP_COMMIT" = "x" ]]; then
# add all resources
git add -A
git commit -m "chore(project): bump bpmn-js to $TRAVIS_TAG"
git commit -m "chore: bump bpmn-js to $TRAVIS_TAG"
git push -q &2>/dev/null
else
echo "Skipping commit (SKIP_COMMIT=$SKIP_COMMIT)"