If your existing namespace is a mature library with main, latest, and releases namespaces, you'll will...
- merge the
mainsubnamespace into themainbranch of the project - Create a branch called
/latestwith thebranchcommand and merge thelatestnamespace into it - Each release is a branch with the special form
/releases/releaseVersion. Each of the released version namespaces are merged into their respective branches.