Skip to content

Commit

Permalink
ci(release-please): limit commits scanned for releases (#9692)
Browse files Browse the repository at this point in the history
## 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
benelan authored Jun 26, 2024
1 parent c0cf567 commit 8cf5f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"last-release-sha": "6f7d90935fef0a1fe9bc2570c8b97266a19b128a",
"commit-search-depth": 140,
"release-type": "node",
"tag-separator": "@",
"label": "skip visual snapshots",
Expand Down

0 comments on commit 8cf5f8c

Please sign in to comment.