|
2 | 2 |
|
3 | 3 | ## Preparing a new major or minor release
|
4 | 4 |
|
5 |
| -* Run the [Prepare release branch workflow](https://github.com/trask/repository-template/actions/workflows/prepare-release-branch.yml). |
| 5 | +* Run the [Prepare release branch workflow](https://github.com/open-telemetry/opentelemetry-python/actions/workflows/prepare-release-branch.yml). |
6 | 6 | * Press the "Run workflow" button, and leave the default branch `main` selected.
|
7 | 7 | * Review and merge the two pull requests that it creates
|
8 | 8 | (one is targeted to the release branch and one is targeted to `main`).
|
9 | 9 |
|
10 | 10 | ## Preparing a new patch release
|
11 | 11 |
|
12 | 12 | * Backport pull request(s) to the release branch.
|
13 |
| - * Run the [Backport workflow](https://github.com/trask/repository-template/actions/workflows/backport.yml). |
| 13 | + * Run the [Backport workflow](https://github.com/open-telemetry/opentelemetry-python/actions/workflows/backport.yml). |
14 | 14 | * Press the "Run workflow" button, then select the release branch from the dropdown list,
|
15 | 15 | e.g. `release/v1.9.x`, then enter the pull request number that you want to backport,
|
16 | 16 | then click the "Run workflow" button below that.
|
17 | 17 | * Review and merge the backport pull request that it generates.
|
18 | 18 | * Merge a pull request to the release branch updating the `CHANGELOG.md`.
|
19 | 19 | * The heading for the unreleased entries should be `## Unreleased`.
|
20 |
| -* Run the [Prepare patch release workflow](https://github.com/trask/repository-template/actions/workflows/prepare-patch-release.yml). |
| 20 | +* Run the [Prepare patch release workflow](https://github.com/open-telemetry/opentelemetry-python/actions/workflows/prepare-patch-release.yml). |
21 | 21 | * Press the "Run workflow" button, then select the release branch from the dropdown list,
|
22 | 22 | e.g. `release/v1.9.x`, and click the "Run workflow" button below that.
|
23 | 23 | * Review and merge the pull request that it creates for updating the version.
|
|
0 commit comments