We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a9a0f commit 63e1536Copy full SHA for 63e1536
bin/make-snapshot.sh
@@ -23,6 +23,6 @@ git mv composer.lock composer.lock.bak
23
git commit -am "Backup composer.lock"
24
git merge --no-ff -m "Merge latest tag, package pipelines require it" $LATEST_TAG || git checkout --ours composer.lock.bak && git add composer.lock.bak && git commit --no-edit
25
git mv -f composer.lock.bak composer.lock
26
-git commit -am "Restore composer.lock"
+git commit -am "Restore composer.lock" || true # in case composer.lock was not modified
27
28
bin/make-release.sh "$NEXT_VERSION-dev" --no-checkout
0 commit comments