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 8989** pointing at the first commit (a)** that was merged into main. For the
9090example PR listed above, that creates release
9191[ ` 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.
10394
10495Once the release tag is created, move the ` stable ` tag to point to the same
10596commit.
Original file line number Diff line number Diff line change 3535-----
3636
3737.. code :: python
38+
3839 import logging
3940 from opentelemetry.exporter.cloud_logging import (
4041 CloudLoggingExporter,
You can’t perform that action at this time.
0 commit comments