Skip to content

Commit 6cdfeab

Browse files
authored
chore: reduce depth of release-please (#17729)
This PR reduces the depth of commit history that release please has to parse in an attempt to make the workflow fail less due to the API rate limits.
2 parents 1ccfb30 + 2493f5b commit 6cdfeab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/release-please-v2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"pull-request-header": "Pending Aztec Packages v2 release",
88
"versioning": "always-bump-patch",
99
"include-component-in-tag": false,
10+
"release-search-depth": 50,
11+
"commit-search-depth": 150,
12+
"sequential-calls": true,
1013
"changelog-sections": [
1114
{ "type": "feat", "section": "Features", "hidden": false },
1215
{ "type": "fix", "section": "Bug Fixes", "hidden": false },

0 commit comments

Comments
 (0)