From 88448ad7acc09a7b5ffcdc8615bdf9f5689c1d2c Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Sun, 2 Mar 2025 19:15:02 +0400 Subject: [PATCH 1/2] 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" +' From 0fec142a904e485c30b73200ce4e3fe41c73ca89 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Sun, 2 Mar 2025 19:16:06 +0400 Subject: [PATCH 2/2] modifs.mineures sans commentaires --- .pman.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pman.conf b/.pman.conf index 0a1b199..26818d1 100644 --- a/.pman.conf +++ b/.pman.conf @@ -14,7 +14,7 @@ NOAUTO= AFTER_CREATE_RELEASE=' pman --composer-select-profile dist composer u -git commit -am "deps de prod" +git commit -am "deps de dist" ' AFTER_MERGE_RELEASE=' pman --composer-select-profile dev