Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: increase release-please commit search depth (#11501)
## Summary By default, release-please only checks 500 commits when searching for the previous release. That number can be increased with the `commit-search-depth` [manifest] option. Changing the value to 1000 will be more than enough according to my calculation: ```sh git rev-list @esri/calcite-components@2.13.2...origin/main | wc -l # => 793 ``` [manifest]: https://github.com/googleapis/release-please/blob/90058f543cd82858539fdc7d1b34eabd348edbee/docs/manifest-releaser.md?plain=1#L243-L249
- Loading branch information