Skip to content

Commit b86748f

Browse files
author
Anuraag Agrawal
authored
Update links to workflows in RELEASING.md (#2340)
1 parent cf9bfa2 commit b86748f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ next _minor_ release version. This means version `vX.(Y+1).0-SNAPSHOT`.
1515

1616
## Starting the Release
1717

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).
1919

2020
You will see a button that says "Run workflow". Press the button, enter the version number you want
2121
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.
3535
All patch releases should include only bug-fixes, and must avoid
3636
adding/modifying the public APIs.
3737

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).
3939

4040
You will see a button that says "Run workflow". Press the button, enter the version number you want
4141
to release in the input field for version that pops up and the commits you want to cherrypick for the

0 commit comments

Comments
 (0)