Skip to content

Commit 73b6ac1

Browse files
authored
Add space to logging exporter README. Make minor (#379)
update to releasing.md.
1 parent 63e09b4 commit 73b6ac1

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

docs/releasing.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,8 @@ with:
8989
**pointing at the first commit (a)** that was merged into main. For the
9090
example 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

10495
Once the release tag is created, move the `stable` tag to point to the same
10596
commit.

opentelemetry-exporter-gcp-logging/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Usage
3535
-----
3636

3737
.. code:: python
38+
3839
import logging
3940
from opentelemetry.exporter.cloud_logging import (
4041
CloudLoggingExporter,

0 commit comments

Comments
 (0)