mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-24 15:59:08 +00:00
chore(release): simplify auto-generated commits
This commit is contained in:
parent
12999fbe3b
commit
a276b8f9ad
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user