Rename branches and use matching path on fmi-standard.org
I propose to rename the current branches to
master->mainsupport/v2.0.x->v2.0.xsupport/v3.0.x->v3.0.x
and to use matching paths on the website, so the generated HTML for
mainwill be available onhttps://fmi-standard.org/docs/main/andv3.0.xwill be available onhttps://fmi-standard.org/docs/v3.0.x/.
Tags will get their own path, e.g. https://fmi-standard.org/docs/3.0/ (currently without the v prefix, maybe we should change this).
What are the consequences of renaming branches? Will there be problems for locally checked-out repos? Is it recommended to clone the repo from scratch?
https://fmi-standard.org/docs/main/ will replace https://fmi-standard.org/docs/3.0-dev/ or will there be some kind of alias?
Will there be problems for locally checked-out repos?
No. This does not affect any local repos.
Is it recommended to clone the repo from scratch?
No.
Most projects have already migrated from master to main. I think this is a good time to do it.
@t-sommer Only missing thing is making available the generated docu for https://fmi-standard.org/docs/v3.0.x/ and the tags, right?
Yes, v3.0.x is not deployed yet.