@@ -14,8 +14,8 @@ to view a summary of all commits since last release as a reference.
1414* Close the release milestone if there is one.
1515* Merge a pull request to ` main ` updating the ` CHANGELOG.md ` .
1616 * The heading for the release should include the release version but not the release date, e.g.
17- ` ## Version 1.9.0 (unreleased) ` .
18- * Run the [ Prepare release branch workflow] ( . github/workflows/prepare-release-branch.yml) .
17+ ` ## Version 1.9.0 (unreleased) ` .
18+ * Run the [ Prepare release branch workflow] ( https:// github.com/open-telemetry/opentelemetry-java/actions /workflows/prepare-release-branch.yml) .
1919* Review and merge the two pull requests that it creates
2020 (one is targeted to the release branch and one is targeted to the ` main ` branch).
2121
@@ -26,22 +26,22 @@ All patch releases should include only bug-fixes, and must avoid adding/modifyin
2626In general, patch releases are only made for regressions, memory leaks and deadlocks.
2727
2828* Backport pull request(s) to the release branch.
29- * Run the [ Backport workflow] ( . github/workflows/backport.yml) .
29+ * Run the [ Backport workflow] ( https:// github.com/open-telemetry/opentelemetry-java/actions /workflows/backport.yml) .
3030 * Press the "Run workflow" button, then select the release branch from the dropdown list,
3131 e.g. ` release/v1.9.x ` , then enter the pull request number that you want to backport,
3232 then click the "Run workflow" button below that.
3333 * Review and merge the backport pull request that it generates.
3434* Merge a pull request to the release branch updating the ` CHANGELOG.md ` .
3535 * The heading for the release should include the release version but not the release date, e.g.
36- ` ## Version 1.9.0 (unreleased) ` .
37- * Run the [ Prepare patch release workflow] ( . github/workflows/prepare-patch-release.yml) .
36+ ` ## Version 1.9.0 (unreleased) ` .
37+ * Run the [ Prepare patch release workflow] ( https:// github.com/open-telemetry/opentelemetry-java/actions /workflows/prepare-patch-release.yml) .
3838 * Press the "Run workflow" button, then select the release branch from the dropdown list,
3939 e.g. ` release/v1.9.x ` , and click the "Run workflow" button below that.
4040* Review and merge the pull request that it creates.
4141
4242## Making the release
4343
44- Run the [ Release workflow] ( . github/workflows/release.yml) .
44+ Run the [ Release workflow] ( https:// github.com/open-telemetry/opentelemetry-java/actions /workflows/release.yml) .
4545
4646* Press the "Run workflow" button, then select the release branch from the dropdown list,
4747 e.g. ` release/v1.9.x ` , and click the "Run workflow" button below that.
@@ -52,7 +52,7 @@ Run the [Release workflow](.github/workflows/release.yml).
5252
5353## After the release
5454
55- Run the [ Merge change log to main workflow] ( . github/workflows/merge-change-log-to-main.yml) .
55+ Run the [ Merge change log to main workflow] ( https:// github.com/open-telemetry/opentelemetry-java/actions /workflows/merge-change-log-to-main.yml) .
5656
5757* Press the "Run workflow" button, then select the release branch from the dropdown list,
5858 e.g. ` release/v1.9.x ` , and click the "Run workflow" button below that.
0 commit comments