Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize branching to match OpenSearch #99

Closed
dblock opened this issue Jun 22, 2021 · 3 comments
Closed

Standardize branching to match OpenSearch #99

dblock opened this issue Jun 22, 2021 · 3 comments
Labels

Comments

@dblock
Copy link
Member

dblock commented Jun 22, 2021

Coming from .github#13, standardize release branching to match what OpenSearch is doing.

  1. 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.
  2. 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.
  3. If you are using a develop branch, stop. You should be using the default main brach for furthermost, future development.
  4. Delete any merged/stale/develop/feature branches that are no longer in use.
  5. Communicate any changes in process to your team.

Refer to release branching for more information.

@dblock dblock added the v1.0.0 label Jun 22, 2021
@ohltyler
Copy link
Member

@dblock few questions about the differences between core & plugins:

  1. Branches - with ODFE, branches followed the convention opendistro-<major>-<minor> - shall we do the same now but with opensearch-<major>-<minor>?
  2. Tags - plugins have a 4th digit for plugin-related patching changes - shouldn't the labels be v1.0.0.0, etc, instead of just 3 digits like core?

@dblock
Copy link
Member Author

dblock commented Jun 23, 2021

@dblock few questions about the differences between core & plugins:

  1. Branches - with ODFE, branches followed the convention opendistro-<major>-<minor> - shall we do the same now but with opensearch-<major>-<minor>?
  2. Tags - plugins have a 4th digit for plugin-related patching changes - shouldn't the labels be v1.0.0.0, etc, instead of just 3 digits like core?

opensearch-project/.github#13 (comment)

@ohltyler
Copy link
Member

ohltyler commented Jul 7, 2021

Closed via opensearch-project/.github#17

@ohltyler ohltyler closed this as completed Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants