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
The workflow will create two pull requests, one against the `main` and one against the `package-release/` branch; both should be merged in order to proceed with the release.
33
+
31
34
## Preparing a new patch release
32
35
33
36
* Backport pull request(s) to the release branch.
@@ -54,6 +57,8 @@ to pick a specific package to release.
54
57
55
58
The workflow can only be run against long-term release branch such as `package-release/{package-name}/v{major}.{minor}.x` or `package-release/{package-name}/v{major}.{minor}bx`.
56
59
60
+
The workflow will create a pull request that should be merged in order to proceed with the release.
61
+
57
62
## Making the release
58
63
59
64
* Run the [Release workflow](https://github.com/open-telemetry/opentelemetry-python-contrib/actions/workflows/release.yml).
0 commit comments