Coming from .github#13, standardize release branching to match what OpenSearch is doing.
- Create a
1.0 branch for the OpenSearch 1.0 release, 1.x branch for next 1.1 release, and use main for 2.0 development. Make sure CI is enabled on those.
- Update your release/branching documentation. If you don't have one, add a RELEASING.md that links to, or has content from .github/RELEASING.md.
- If you are using a
develop branch, stop. You should be using the default main brach for furthermost, future development.
- Delete any merged/stale/develop/feature branches that are no longer in use.
- Communicate any changes in process to your team.
Refer to release branching for more information.
Coming from .github#13, standardize release branching to match what OpenSearch is doing.
1.0branch for the OpenSearch 1.0 release,1.xbranch for next 1.1 release, and usemainfor 2.0 development. Make sure CI is enabled on those.developbranch, stop. You should be using the defaultmainbrach for furthermost, future development.Refer to release branching for more information.