File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
opentelemetry-exporter-gcp-logging Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 89
89
** pointing at the first commit (a)** that was merged into main. For the
90
90
example PR listed above, that creates release
91
91
[ ` v0.11b0@4ad9ccd ` ] ( https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/releases/tag/v0.11b0 ) .
92
- - In description, paste a changelog for the packages. I used this (probably
93
- buggy) small script for the example PR's tag:
94
-
95
- ``` bash
96
- for cl in opentelemetry-* /CHANGELOG.md; do
97
- if cl_entries=` pcregrep -M -o1 " ^## Version 0\.10b0$\n\n^Released.*\n\n((?:- [\s\S]+?)*?)(?=(\s+##|\Z))" $cl `
98
- then
99
- echo -e " # ` dirname $cl ` \n$cl_entries "
100
- fi
101
- done
102
- ```
92
+
93
+ Click the "Generate release notes" button in the UI to get an autogenerated changelog for the packages.
103
94
104
95
Once the release tag is created, move the ` stable ` tag to point to the same
105
96
commit.
Original file line number Diff line number Diff line change 35
35
-----
36
36
37
37
.. code :: python
38
+
38
39
import logging
39
40
from opentelemetry.exporter.cloud_logging import (
40
41
CloudLoggingExporter,
You can’t perform that action at this time.
0 commit comments