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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,15 @@ To keep the process lightweight, it's OK to approve the PRs you generate and mer
44
44
45
45
## Preparing a new patch release
46
46
47
-
* Backport pull request(s) to the release branch.
47
+
### Backporting
48
+
49
+
Creating manual backports of pull request(s) requires the `backport` label to be added in order to have a green CI. Even if there where
50
+
no changes on a repo the patch release preparation workflow requires an empty `## Unreleased` header in `CHANGELOG.md`.
51
+
52
+
Backport of pull request(s) can be automated by a workflow only if there where no changes that will create conflicts in the release
53
+
branch, unfortunately every `CHANGELOG.md` change will create one.
54
+
55
+
To use the workflow to backport pull request(s) to the release branch:
48
56
* Run the [Backport workflow](https://github.com/open-telemetry/opentelemetry-python-contrib/actions/workflows/backport.yml).
49
57
* Press the "Run workflow" button, then select the release branch from the dropdown list,
50
58
e.g. `release/v1.9.x`, then enter the pull request number that you want to backport,
@@ -54,6 +62,9 @@ To keep the process lightweight, it's OK to approve the PRs you generate and mer
54
62
* Review and merge the backport pull request that it generates.
55
63
* Merge a pull request to the release branch updating the `CHANGELOG.md`.
56
64
* The heading for the unreleased entries should be `## Unreleased`.
65
+
66
+
### Preparing a patch release
67
+
57
68
* Run the [Prepare patch release workflow](https://github.com/open-telemetry/opentelemetry-python-contrib/actions/workflows/prepare-patch-release.yml).
58
69
* Press the "Run workflow" button, then select the release branch from the dropdown list,
59
70
e.g. `release/v1.9.x`, and click the "Run workflow" button below that.
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@
12
12
# See the License for the specific language governing permissions and
0 commit comments