forked from googleapis/release-please
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow nesting multiple commits that are parsed independently (g…
…oogleapis#1566) * test: failing test for parsing commit with special commit separator annotations * feat: allow nesting multiple commits that are parsed independently
- Loading branch information
Showing
3 changed files
with
118 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
test/fixtures/commit-messages/multiple-commits-with-separator.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
fix: annotating some fields as REQUIRED | ||
|
||
These fields were actually always required by the backend, so annotation just documents status quo. I believe this change will not require major version bump for any language. | ||
|
||
PiperOrigin-RevId: 429093810 | ||
Source-Link: googleapis/googleapis@dc04c1c | ||
Source-Link: https://github.com/googleapis/googleapis-gen/commit/0e23469bea2f397f2b783c5a25e64452f86be6bc | ||
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGUyMzQ2OWJlYTJmMzk3ZjJiNzgzYzVhMjVlNjQ0NTJmODZiZTZiYyJ9 | ||
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md | ||
BEGIN_NESTED_COMMIT | ||
docs(samples): include metadata file, add exclusions for samples to handwritten libraries | ||
PiperOrigin-RevId: 429395631 | ||
Source-Link: googleapis/googleapis@84594b3 | ||
Source-Link: https://github.com/googleapis/googleapis-gen/commit/ed74f970fd82914874e6b27b04763cfa66bafe9b | ||
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWQ3NGY5NzBmZDgyOTE0ODc0ZTZiMjdiMDQ3NjNjZmE2NmJhZmU5YiJ9 | ||
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md | ||
END_NESTED_COMMIT | ||
BEGIN_NESTED_COMMIT | ||
build: add flag to distinguish autogenerated libs with a handwritten layer | ||
PiperOrigin-RevId: 430741048 | ||
Source-Link: googleapis/googleapis@6bd2087 | ||
Source-Link: https://github.com/googleapis/googleapis-gen/commit/3691f4b4f9e4ba024ab044b946fc8572129e8c06 | ||
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzY5MWY0YjRmOWU0YmEwMjRhYjA0NGI5NDZmYzg1NzIxMjllOGMwNiJ9 | ||
END_NESTED_COMMIT | ||
BEGIN_NESTED_COMMIT | ||
chore: update v2.14.1 gapic-generator-typescript | ||
Committer: @summer-ji-eng | ||
PiperOrigin-RevId: 433031262 | ||
Source-Link: googleapis/googleapis@2a55d13 | ||
Source-Link: https://github.com/googleapis/googleapis-gen/commit/2fce3893ae9da47763e0872c4a3a87d9ff78771f | ||
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmZjZTM4OTNhZTlkYTQ3NzYzZTA4NzJjNGEzYTg3ZDlmZjc4NzcxZiJ9 | ||
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md | ||
END_NESTED_COMMIT | ||
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> | ||
Co-authored-by: Benjamin E. Coe <[email protected]> |