Gitflow
We should enforce gitflow to be able to automate the release process
-
create a develop
branch -
change the main branch in the CI as develop
-
protect develop
-
add a deploy stage in the CI where we update pip package -
protect master
Edited by Rémi Cresson