Commit 45123a4
authored
chore(librarian): remove commit body from release notes (googleapis#14852)
The commit body is not needed when creating release notes. It was
originally added to workaround
googleapis/librarian#2234. As per
googleapis/librarian#2234 (comment),
we should not include the body in the release notes.
Without the fix in this PR, the changelog for `googleapis-common-protos`
looks like this
```
## [1.72.0](googleapis/google-cloud-python@googleapis-common-protos-v1.71.0...googleapis-common-protos-v1.72.0) (2025-11-05)
### Features
* add common_resources.proto (googleapis#14851) This PR depends on
googleapis#14850
`google/cloud` was not listed as an api path for
`googleapis-common-protos` for code was not being generated for
https://github.com/googleapis/googleapis/blob/master/google/cloud/extended_operations.proto
and
https://github.com/googleapis/googleapis/blob/master/google/cloud/common_resources.proto ([e4e0e2a](googleapis@e4e0e2a))
* add field api_version to message ServiceForTransport (googleapis#14843) This PR was created locally. The reason that this could not be automated
is that the current directory structure
[gapic/metadata](https://github.com/googleapis/googleapis/tree/master/gapic/metadata)
doesn't align with the protobuf package name
[google.gapic.metadata](https://github.com/googleapis/googleapis/blob/53af3b727f84acc34e31c23f3b6e7b8aa4b7e837/gapic/metadata/gapic_metadata.proto#L18).
The expected directory structure for `google.gapic.metadata` is
`google/gapic/metadata`.
In the `googleapis-common-protos` package, the `gencode` is in the
expected location ([81812fd](googleapis@81812fd))
```
With the fix, the changelog for `googleapis-common-protos` looks like
this
```
## [1.72.0](googleapis/google-cloud-python@googleapis-common-protos-v1.71.0...googleapis-common-protos-v1.72.0) (2025-11-05)
### Features
* add common_resources.proto (googleapis#14851) ([e4e0e2a](googleapis@e4e0e2a))
* add field api_version to message ServiceForTransport (googleapis#14843) ([81812fd](googleapis@81812fd))
```1 parent a511d4d commit 45123a4
2 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1339 | 1339 | | |
1340 | 1340 | | |
1341 | 1341 | | |
1342 | | - | |
1343 | 1342 | | |
1344 | 1343 | | |
1345 | 1344 | | |
| |||
1356 | 1355 | | |
1357 | 1356 | | |
1358 | 1357 | | |
1359 | | - | |
| 1358 | + | |
1360 | 1359 | | |
1361 | 1360 | | |
1362 | 1361 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1270 | 1270 | | |
1271 | 1271 | | |
1272 | 1272 | | |
1273 | | - | |
| 1273 | + | |
1274 | 1274 | | |
1275 | | - | |
| 1275 | + | |
1276 | 1276 | | |
1277 | | - | |
1278 | | - | |
| 1277 | + | |
| 1278 | + | |
1279 | 1279 | | |
1280 | 1280 | | |
1281 | 1281 | | |
| |||
0 commit comments