chore: use `deps` as commit type for updates

This commit is contained in:
Maciej Barelkowski 2021-05-04 18:47:00 +02:00 committed by Nico Rehwaldt
parent 4481dbdb30
commit 93dce8a0e5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)"