|
@@ -26,19 +26,12 @@ Open the [Release workflow](https://github.com/open-telemetry/opentelemetry-java
|
|
|
Press the "Run workflow" button, then select the release branch from the dropdown list,
|
|
|
e.g. `v1.9.x`, and click the "Run workflow" button below that.
|
|
|
|
|
|
-This triggers the release process, which builds the artifacts, publishes the artifacts, and creates
|
|
|
-and pushes a git tag with the version number.
|
|
|
-
|
|
|
-Once the GitHub workflow completes, go to Github
|
|
|
-[release page](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases),
|
|
|
-find the draft release created by the release workflow, and
|
|
|
-* Select the checkbox for "Create a discussion for this release"
|
|
|
-* Press the "Publish release" button
|
|
|
+This workflow will publish the artifacts to maven central and will publish a github release with the
|
|
|
+javaagent jar attached and release notes based on the change log.
|
|
|
|
|
|
## Patch Release
|
|
|
|
|
|
-All patch releases should include only bug-fixes, and must avoid
|
|
|
-adding/modifying the public APIs.
|
|
|
+All patch releases should include only bug-fixes, and must avoid adding/modifying the public APIs.
|
|
|
|
|
|
In general, patch releases are only made for bug-fixes for the following types of issues:
|
|
|
* Regressions
|
|
@@ -59,14 +52,8 @@ Open the [Release workflow](https://github.com/open-telemetry/opentelemetry-java
|
|
|
Press the "Run workflow" button, then select the release branch from the dropdown list,
|
|
|
e.g. `v1.9.x`, and click the "Run workflow" button below that.
|
|
|
|
|
|
-This triggers the release process, which builds the artifacts, publishes the artifacts, and creates
|
|
|
-and pushes a git tag with the version number.
|
|
|
-
|
|
|
-Once the GitHub workflow completes, go to Github
|
|
|
-[release page](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases),
|
|
|
-find the draft release created by the release workflow, and
|
|
|
-* Select the checkbox for "Create a discussion for this release"
|
|
|
-* Press the "Publish release" button
|
|
|
+This workflow will publish the artifacts to maven central and will publish a github release with the
|
|
|
+javaagent jar attached and release notes based on the change log.
|
|
|
|
|
|
After making the release:
|
|
|
|