SearchScale/dataimporthandler

Proper branching strategy

chatman opened this issue · 0 comments

Right now, only Solr 8x is supported, off master. As more releases are made, it will become unmanageable unless we adopt a reasonable branching strategy.
Here's a proposal:

master branch: hosts the repo, packages, manifests etc. (until Solr's package manager can support Github releases). Doesn't host any code. Also hosts a CONTRIBUTING.md.
branch_8x: The DIH version compatible with Solr 8x
branch_9x: The DIH version compatible with Solr 9x