maj du nom de la branche

This commit is contained in:
Jephté Clain 2025-01-24 17:11:02 +04:00
parent 11724eef98
commit 51ebba1ab7
2 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,10 @@ else
fi fi
git checkout php82 git checkout php82
git rebase master || git rebase php74 ||
die "Le rebase automatique a échoué. Après avoir résolu les conflits, faire die "Le rebase automatique a échoué. Après avoir résolu les conflits, faire
git checkout master git checkout php74
pp -af pp -af
" "
git checkout master git checkout php74
pp -af pp -af

View File

@ -14,7 +14,7 @@
], ],
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "7.4.x-dev", "dev-php74": "7.4.x-dev",
"dev-php82": "8.2.x-dev" "dev-php82": "8.2.x-dev"
} }
}, },