This commit is contained in:
Jephté Clain 2025-02-21 04:11:24 +04:00
parent 0faf1b1642
commit 09a82b45ea
13 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,7 @@ FEATURE=wip/
RELEASE=release-
MAIN=master
HOTFIX=hotfix-
DIST=
source "$MYDIR/${MYNAME%.sh}.conf"
function init_action() {
@ -49,6 +50,7 @@ case "$branch" in
"$RELEASE"*) current=release;;
"$MAIN") current=main;;
"$HOTFIX"*) current=hotfix;;
"$DIST") current=dist;;
*) ewarn "$branch: branche courante non reconnue";;
esac

View File

@ -1,7 +1,13 @@
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
# branches de développement
DEVELOP=develop
FEATURE=wip/
# branche de préparation de release
RELEASE=release-
# branche de release
MAIN=master
# branche de hotfix
HOTFIX=hotfix-
# branche de distribution
DIST=

View File

@ -5,3 +5,4 @@ FEATURE=wip74/
RELEASE=rel74-
MAIN=dist74
HOTFIX=hotf74-
DIST=

View File

@ -5,3 +5,4 @@ FEATURE=wip82/
RELEASE=rel82-
MAIN=dist82
HOTFIX=hotf82-
DIST=