<pman>Intégration de la branche dev74

This commit is contained in:
Jephté Clain 2025-03-04 12:22:37 +04:00
commit 9bb06dad7c

View File

@ -13,11 +13,11 @@ NOAUTO=
AFTER_CREATE_RELEASE='
pman --composer-select-profile dist
composer u
composer u || exit 1
git commit -am "<pman>deps de dist"
'
AFTER_MERGE_RELEASE='
pman --composer-select-profile dev
composer u
composer u || exit 1
git commit -am "<pman>deps de dev"
'