chore: use `deps` as commit type for updates
This commit is contained in:
parent
4481dbdb30
commit
93dce8a0e5
|
@ -27,7 +27,7 @@ if [[ "x$SKIP_COMMIT" = "x" ]]; then
|
||||||
|
|
||||||
# add all resources
|
# add all resources
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "chore: bump examples to $TAG"
|
git commit -m "deps: bump bpmn-js to $TAG"
|
||||||
git tag "$TAG"
|
git tag "$TAG"
|
||||||
git push -q &2>/dev/null
|
git push -q &2>/dev/null
|
||||||
git push --tags -q &2>/dev/null
|
git push --tags -q &2>/dev/null
|
||||||
|
|
|
@ -26,7 +26,7 @@ if [[ "x$SKIP_COMMIT" = "x" ]]; then
|
||||||
|
|
||||||
# add all resources
|
# add all resources
|
||||||
git add -A
|
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
|
git push -q &2>/dev/null
|
||||||
else
|
else
|
||||||
echo "Skipping commit (SKIP_COMMIT=$SKIP_COMMIT)"
|
echo "Skipping commit (SKIP_COMMIT=$SKIP_COMMIT)"
|
||||||
|
|
Loading…
Reference in New Issue