-
Notifications
You must be signed in to change notification settings - Fork 12
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 build tooling to support releasing patches, i.e. 1.3.2.1 #18
Add build tooling to support releasing patches, i.e. 1.3.2.1 #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still feels weird, but also seems like a nice compromise given the challenges in keeping the versions somewhat sync'd.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with the caveat that I don't fully understand (or like) nebular 🪄 versioning 😄
The release was successfully staged to sonatype, but failed to finish publishing: https://github.com/open-telemetry/opentelemetry-proto-java/actions/runs/11111731756/job/30872304418
So weird for the nebula plugin to partially succeed, only to have a later task reject the way that |
Also weird that two artifacts ended up in sonatype: 🤔 Obviously I should go and fix this, but I'm also tempted to close (i.e. release) the staged |
Build tooling to release patches when there is no corresponding release from
opentelemetry-proto
.For example, to release a patch for
1.3.2
:1.3.2.1
1.3.2.1
, but which usesopentelemetry-proto
sources from the1.3.2
release tagSee #17 for more info.