diff --git a/tasks/stages/update-examples b/tasks/stages/update-examples index 724f6cff..e3e9f3ab 100755 --- a/tasks/stages/update-examples +++ b/tasks/stages/update-examples @@ -27,7 +27,7 @@ if [[ "x$SKIP_COMMIT" = "x" ]]; then # add all resources git add -A - git commit -m "chore: bump examples to $TAG" + git commit -m "deps: bump bpmn-js to $TAG" git tag "$TAG" git push -q &2>/dev/null git push --tags -q &2>/dev/null diff --git a/tasks/stages/update-website b/tasks/stages/update-website index 0d10a09c..a479723b 100755 --- a/tasks/stages/update-website +++ b/tasks/stages/update-website @@ -26,7 +26,7 @@ if [[ "x$SKIP_COMMIT" = "x" ]]; then # add all resources git add -A - git commit -m "chore: bump bpmn-js to $TAG" + git commit -m "deps: bump bpmn-js to $TAG" git push -q &2>/dev/null else echo "Skipping commit (SKIP_COMMIT=$SKIP_COMMIT)"