Change repository flow
We decided to change repository flow to be more consistent with git flow. The steps to convert current content to new flow is as follows:
-
change documentation (!346 (merged)) -
rename v4.0
tohbk
-
rename v4.1
tohbl
-
rename v5.0
tohbd
-
Mark hbk
,hbl
andhbd
as protected branches -
set as default branch hbk instead of master -
drop master branch (preserve as something likefuture-6.0
-
change HBK build branch to hbk
on Jenkins -
change HBL build branch to hbl
on Jenkins -
change HBD build branch to hbd
on Jenkins -
merge hbk
tohbl
for initial consistency -
merge hbl
tohbd
for initial consistency -
remove jobs for master
on Jenkins -
Review repository membership (promote to maintainers who has approve himself to understand and accept the workflow)
Edited by Karel Koci