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
fix(librarian): Filter for commits associated to a library (#2295)
Fixes: #2254
Changes:
- When parsing convention commits, the library association takes into
consideration the the commit description and tries to associate it with
the libraryID in the brackets (e.g. [LIBRARY-ID]). It is possible that
the brackets don't exist and in those cases, it will fall back to the
libraryID passed in (this will be based on the library's source root and
finds if the file modified is inside those source roots).
- Release Init will only update the `Changes` field in the library state
with the commits that are relevant. For example, if a nested commit has
6 nested commits for video and 4 for eventarc, then the changes will be
split accordingly.
---------
Signed-off-by: Lawrence Qiu <[email protected]>
Co-authored-by: Joe Wang <[email protected]>
Copy file name to clipboardExpand all lines: e2e_test.go
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -489,23 +489,23 @@ This pull request is generated with proto changes between
489
489
490
490
BEGIN_COMMIT_OVERRIDE
491
491
BEGIN_NESTED_COMMIT
492
-
feat: [texttospeech] Support promptable voices by specifying a model name and a prompt
493
-
feat: [texttospeech] Add enum value M4A to enum AudioEncoding
494
-
docs: [texttospeech] A comment for method 'StreamingSynthesize' in service 'TextToSpeech' is changed
495
-
docs: [texttospeech] A comment for enum value 'AUDIO_ENCODING_UNSPECIFIED' in enum 'AudioEncoding' is changed
496
-
docs: [texttospeech] A comment for enum value 'OGG_OPUS' in enum 'AudioEncoding' is changed
497
-
docs: [texttospeech] A comment for enum value 'PCM' in enum 'AudioEncoding' is changed
498
-
docs: [texttospeech] A comment for field 'low_latency_journey_synthesis' in message '.google.cloud.texttospeech.v1beta1.AdvancedVoiceOptions' is changed
499
-
docs: [texttospeech] A comment for enum value 'PHONETIC_ENCODING_IPA' in enum 'PhoneticEncoding' is changed
500
-
docs: [texttospeech] A comment for enum value 'PHONETIC_ENCODING_X_SAMPA' in enum 'PhoneticEncoding' is changed
501
-
docs: [texttospeech] A comment for field 'phrase' in message '.google.cloud.texttospeech.v1beta1.CustomPronunciationParams' is changed
502
-
docs: [texttospeech] A comment for field 'pronunciations' in message '.google.cloud.texttospeech.v1beta1.CustomPronunciations' is changed
503
-
docs: [texttospeech] A comment for message 'MultiSpeakerMarkup' is changed
504
-
docs: [texttospeech] A comment for field 'custom_pronunciations' in message '.google.cloud.texttospeech.v1beta1.SynthesisInput' is changed
505
-
docs: [texttospeech] A comment for field 'voice_clone' in message '.google.cloud.texttospeech.v1beta1.VoiceSelectionParams' is changed
506
-
docs: [texttospeech] A comment for field 'speaking_rate' in message '.google.cloud.texttospeech.v1beta1.AudioConfig' is changed
507
-
docs: [texttospeech] A comment for field 'audio_encoding' in message '.google.cloud.texttospeech.v1beta1.StreamingAudioConfig' is changed
508
-
docs: [texttospeech] A comment for field 'text' in message '.google.cloud.texttospeech.v1beta1.StreamingSynthesisInput' is changed
492
+
feat: [go-google-cloud-pubsub-v1] Support promptable voices by specifying a model name and a prompt
493
+
feat: [go-google-cloud-pubsub-v1] Add enum value M4A to enum AudioEncoding
494
+
docs: [go-google-cloud-pubsub-v1] A comment for method 'StreamingSynthesize' in service 'TextToSpeech' is changed
495
+
docs: [go-google-cloud-pubsub-v1] A comment for enum value 'AUDIO_ENCODING_UNSPECIFIED' in enum 'AudioEncoding' is changed
496
+
docs: [go-google-cloud-pubsub-v1] A comment for enum value 'OGG_OPUS' in enum 'AudioEncoding' is changed
497
+
docs: [go-google-cloud-pubsub-v1] A comment for enum value 'PCM' in enum 'AudioEncoding' is changed
498
+
docs: [go-google-cloud-pubsub-v1] A comment for field 'low_latency_journey_synthesis' in message '.google.cloud.texttospeech.v1beta1.AdvancedVoiceOptions' is changed
499
+
docs: [go-google-cloud-pubsub-v1] A comment for enum value 'PHONETIC_ENCODING_IPA' in enum 'PhoneticEncoding' is changed
500
+
docs: [go-google-cloud-pubsub-v1] A comment for enum value 'PHONETIC_ENCODING_X_SAMPA' in enum 'PhoneticEncoding' is changed
501
+
docs: [go-google-cloud-pubsub-v1] A comment for field 'phrase' in message '.google.cloud.texttospeech.v1beta1.CustomPronunciationParams' is changed
502
+
docs: [go-google-cloud-pubsub-v1] A comment for field 'pronunciations' in message '.google.cloud.texttospeech.v1beta1.CustomPronunciations' is changed
503
+
docs: [go-google-cloud-pubsub-v1] A comment for message 'MultiSpeakerMarkup' is changed
504
+
docs: [go-google-cloud-pubsub-v1] A comment for field 'custom_pronunciations' in message '.google.cloud.texttospeech.v1beta1.SynthesisInput' is changed
505
+
docs: [go-google-cloud-pubsub-v1] A comment for field 'voice_clone' in message '.google.cloud.texttospeech.v1beta1.VoiceSelectionParams' is changed
506
+
docs: [go-google-cloud-pubsub-v1] A comment for field 'speaking_rate' in message '.google.cloud.texttospeech.v1beta1.AudioConfig' is changed
507
+
docs: [go-google-cloud-pubsub-v1] A comment for field 'audio_encoding' in message '.google.cloud.texttospeech.v1beta1.StreamingAudioConfig' is changed
508
+
docs: [go-google-cloud-pubsub-v1] A comment for field 'text' in message '.google.cloud.texttospeech.v1beta1.StreamingSynthesisInput' is changed
message: "feat: [library-name] add new feature\nThis is the body.\n...\n\nPiperOrigin-RevId: piper_cl_number\n\nSource-Link: [googleapis/googleapis@{source_commit_hash}](https://github.com/googleapis/googleapis/commit/abcdefg1234567)",
message: "feat: add new feature\n\nThis is the body of the commit message.\nIt can span multiple lines.\n\nCo-authored-by: John Doe <[email protected]>",
0 commit comments