Closed jack-berg closed 2 months ago
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
- What went wrong: Execution failed for task ':release'. version should not be set in build file when using nebula-release plugin. Instead use
-Prelease.version
parameter
So weird for the nebula plugin to partially succeed, only to have a later task reject the way that release.version
is specified.
Also weird that two artifacts ended up in sonatype: 1.3.2
and 1.3.2.1
.
🤔
Obviously I should go and fix this, but I'm also tempted to close (i.e. release) the staged 1.3.2.1
artifact.
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 https://github.com/open-telemetry/opentelemetry-proto-java/pull/17 for more info.