Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(release-please): limit commits scanned for releases (#9692)
## Summary Setting the last release sha didn't fix the issues. This limits the number of commits release-please scans when trying to find a release. ```sh git rev-list --count @esri/[email protected]^..HEAD # => 137 ```
- Loading branch information