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

Improve issue creation when moving to snapshots during the milestone and RC phases #43045

Open
wilkinsona opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
type: task A general task
Milestone

Comments

@wilkinsona
Copy link
Member

Right now, Bomr figures out the version by simply removing the -SNAPSHOT suffix. This works fine for patch releases where, for example, 1.2.3-SNAPSHOT will become 1.2.3. However, it doesn't work during the milestone and RC phases where, for example, 1.2.0-SNAPSHOT that's leading up to 1.2.0-M1, will become 1.2.0. It needs to become 1.2.0-M1 instead. To address this, we'll need to look at the schedule releases, figure out what the upcoming milestone or RC is, and use that instead.

@wilkinsona wilkinsona added the type: task A general task label Nov 6, 2024
@wilkinsona wilkinsona added this to the 3.5.x milestone Nov 6, 2024
@wilkinsona wilkinsona self-assigned this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant