You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,10 @@ and deadlocks.
58
58
* Run the [Release workflow](https://github.com/open-telemetry/opentelemetry-java-contrib/actions/workflows/release.yml).
59
59
* Press the "Run workflow" button, then select the release branch from the dropdown list,
60
60
e.g. `release/v1.9.x`, and click the "Run workflow" button below that.
61
-
* This workflow will publish the artifacts to maven central and will publish a GitHub release
62
-
with release notes based on the change log and with the jmx metrics jar attached.
61
+
* This workflow will:
62
+
* Publish the artifacts to Maven Central
63
+
* Generate [GitHub Artifact Attestations](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations) for the JMX Metrics and JMX Scraper jars
64
+
* Publish a GitHub release with release notes based on the change log and with the jars attached
63
65
* Review and merge the pull request that it creates for updating the change log in main
64
66
(note that if this is not a patch release then the change log on main may already be up-to-date,
0 commit comments