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
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ next _minor_ release version. This means version `vX.(Y+1).0-SNAPSHOT`.
15
15
16
16
## Starting the Release
17
17
18
-
Open the release build workflow in your browser [here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions?query=workflow%3A%22Release+Build%22).
18
+
Open the release build workflow in your browser [here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/workflows/release-build.yml).
19
19
20
20
You will see a button that says "Run workflow". Press the button, enter the version number you want
21
21
to release in the input field that pops up, and then press "Run workflow".
@@ -35,7 +35,7 @@ release notes, just point it at the created tag.
35
35
All patch releases should include only bug-fixes, and must avoid
36
36
adding/modifying the public APIs.
37
37
38
-
Open the patch release build workflow in your browser [here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions?query=workflow%3A%22Patch+Release+Build%22).
38
+
Open the patch release build workflow in your browser [here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/workflows/patch-release-build.yml).
39
39
40
40
You will see a button that says "Run workflow". Press the button, enter the version number you want
41
41
to release in the input field for version that pops up and the commits you want to cherrypick for the
0 commit comments