-
Notifications
You must be signed in to change notification settings - Fork 190
Standardize branching to match OpenSearch #135
Copy link
Copy link
Closed
Labels
Description
Coming from .github#13, standardize release branching to match what OpenSearch is doing.
- Create a
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. - 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
developbranch, stop. You should be using the defaultmainbrach 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.
Reactions are currently unavailable