-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make workspace plugin with
separate-pull-request
fine (#2310)
* fix merging behaviour in plugin * add test * remove unused test snapshot * update licnese header * considering plugin schema carefully * add unit test * remove `determineMerge` and set default value directly * set default value for `separatePullRequests` in `buildPlugin` --------- Co-authored-by: Jeff Ching <[email protected]>
- Loading branch information
1 parent
9df5b71
commit 15c75a9
Showing
6 changed files
with
271 additions
and
59 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,51 @@ | ||
exports['Plugin compatibility separate-pull-requests and workspace plugin should version bump dependencies together 1'] = ` | ||
:robot: I have created a release *beep* *boop* | ||
--- | ||
## [1.0.1](https://github.com/fake-owner/fake-repo/compare/pkgA-v1.0.0...pkgA-v1.0.1) (1983-10-10) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* pkgC bumped to 1.1.0 | ||
--- | ||
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). | ||
` | ||
|
||
exports['Plugin compatibility separate-pull-requests and workspace plugin should version bump dependencies together 2'] = ` | ||
:robot: I have created a release *beep* *boop* | ||
--- | ||
## [1.0.1](https://github.com/fake-owner/fake-repo/compare/pkgB-v1.0.0...pkgB-v1.0.1) (1983-10-10) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* pkgC bumped to 1.1.0 | ||
--- | ||
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). | ||
` | ||
|
||
exports['Plugin compatibility separate-pull-requests and workspace plugin should version bump dependencies together 3'] = ` | ||
:robot: I have created a release *beep* *boop* | ||
--- | ||
## [1.1.0](https://github.com/fake-owner/fake-repo/compare/pkgC-v1.0.0...pkgC-v1.1.0) (1983-10-10) | ||
### Features | ||
* some feature ([aaaaaa](https://github.com/fake-owner/fake-repo/commit/aaaaaa)) | ||
--- | ||
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). | ||
` |
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
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
Oops, something went wrong.