open-telemetry / semantic-conventions-java

Java generated classes for semantic conventions
Apache License 2.0
14 stars 17 forks source link

Fix prepare-release-branch, update changelog for 1.23.1 release #39

Closed jack-berg closed 9 months ago

jack-berg commented 9 months ago

The prepare-release-branch.yml task partially failed preparing for the 1.23.1 release: https://github.com/open-telemetry/semantic-conventions-java/actions/runs/6950081231/job/18909546619

Apparently it expected the version to match x.x.0, though I don't see anything that depends on the patch being 0.

This PR fixes the github action and manually performs the update to CHANGELOG.md it performs.