From 88448ad7acc09a7b5ffcdc8615bdf9f5689c1d2c Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Sun, 2 Mar 2025 19:15:02 +0400 Subject: [PATCH] maj projet --- .pman.conf | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.pman.conf b/.pman.conf index 271161c..0a1b199 100644 --- a/.pman.conf +++ b/.pman.conf @@ -9,4 +9,15 @@ TAG_PREFIX= TAG_SUFFIX=p74 HOTFIX=hotf74- DIST= -NOAUTO=1 +NOAUTO= + +AFTER_CREATE_RELEASE=' +pman --composer-select-profile dist +composer u +git commit -am "deps de prod" +' +AFTER_MERGE_RELEASE=' +pman --composer-select-profile dev +composer u +git commit -am "deps de dev" +'