Compare commits

..

No commits in common. "012af051bc555d0fc7606efa0e33ac09b1e53dcc" and "9bb06dad7c0f140e86eb01299f107dda293db3d1" have entirely different histories.

View File

@ -12,16 +12,12 @@ DIST=
NOAUTO=
AFTER_CREATE_RELEASE='
set -x
pman --composer-select-profile dist
composer u || exit 1
git commit -am "<pman>deps de dist"
true
'
AFTER_MERGE_RELEASE='
set -x
pman --composer-select-profile dev
composer u || exit 1
git commit -am "<pman>deps de dev"
true
'