Releases: googleapis/release-please
Releases · googleapis/release-please
v13.16.4
Bug Fixes
- add release labels if release PR was completed (#1433) (072498c)
- CommitSplit with includeEmpty should add commit to all packages (#1432) (19629cb), closes #1360
- Manifest.fromConfig should find branch component (#1436) (628a562)
v13.16.3
Bug Fixes
- workspace plugins should update manifest versions (#1429) (ab802a9)
v13.16.2
Bug Fixes
- throw ConfigurationError when required manifest config file is missing (#1422) (83e461e)
v13.16.1
Bug Fixes
- release tagging can find branch components (#1425) (2947d1e)
v13.16.0
Features
- allow configuring separate-pull-requests per component (#1412) (d274421)
v13.15.1
Bug Fixes
- cargo-workspace: stop defaulting to updating all components (#1414) (532637c)
- node-workspace should not bump versions for peer dependencies (#1413) (cc4eaaa), closes #1403
v13.14.0
Features
- Support sequential-calls manifest field that disables concurrency when creating multiple pull requests or releases (#1401) (50f5c99)
v13.13.0
Features
- add a flag to disable adding labels to new pull requests (#1399) (3957ef5)
v13.12.0
Features
- allow configuring
release-search-depth
and commit-search-depth
(#1396) (102d650), closes #1394
Bug Fixes