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

Add validation to release.sh snapshot command, improve check command #20384

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dylant-da
Copy link
Contributor

  • Stable versions or RCs must always be made from the correct release line.
  • New snapshots must be made from either the correct release line if one exists or origin/main{-2.x} if one doesn't. For example:
    • a 3.2.0 snapshot must be made from release/3.2.x
    • a 3.3.0 snapshot must be made from main because no release/3.3.x exists as of yet.
    • a 2.9.7 snapshot must be made from release/2.9.x
    • a 2.10.0 snapshot must be made from main-2.x because no release/2.10.x exists as of yet.
  • A commit originating from any other branch must be adhoc.

- Stable versions or RCs must always be made from the correct release line.
- New snapshots must be made from either the correct release line if one exists or origin/main{-2.x} if one doesn't.
  For example:
  - a 3.2.0 snapshot must be made from release/3.2.x
  - a 3.3.0 snapshot must be made from main because no release/3.3.x exists as of yet.
  - a 2.9.7 snapshot must be made from release/2.9.x
  - a 2.10.0 snapshot must be made from main-2.x because no release/2.10.x exists as of yet.
- A commit originating from any other branch must be adhoc.
@dylant-da dylant-da requested a review from a team as a code owner November 27, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant