Change workflow by changing from 'master' and default 'dev' branches to a single 'main' branch
-
In .gitlab-ci.yml
switch frommaster
anddev
branches to$CI_DEFAULT_BRANCH
branch -
Update documentation about the new workflow - Switch references to
master
anddev
branches into URLs tomain
-
releases notes on the forum
- Switch references to
-
Push main
branch forked fromdev
branch-
protect it -
set it as default -
Switch badges to main
-
Switch target branch of open MRs to main
branch -
Switch pipeline schedule
-
-
Unprotect and delete dev
andmaster
branches to avoid any confusion. (done formaster
).- Unfortunately, we need to keep
dev
branch, since there is links to it from PyPI v0.10.0 release
- Unfortunately, we need to keep
Edited by Moul