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
@@ -65,8 +65,10 @@ and deadlocks.
65
65
- Run the [Release workflow](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/workflows/release.yml).
66
66
- Press the "Run workflow" button, then select the release branch from the dropdown list,
67
67
e.g. `release/v1.9.x`, and click the "Run workflow" button below that.
68
-
- This workflow will publish the artifacts to maven central and will publish a GitHub release
69
-
with release notes based on the change log and with the javaagent jar attached.
68
+
- This workflow will:
69
+
- Publish the artifacts to Maven Central
70
+
- Generate [GitHub Artifact Attestations](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations) for the Java agent jar and SBOM bundle
71
+
- Publish a GitHub release with release notes, Java agent jar, and SBOM bundle
70
72
- Review and merge the pull request that it creates for updating the apidiff baseline version
71
73
to the newly released version (note that this pull request won't be made until after the release
0 commit comments