Skip to content

Commit a2fac7a

Browse files
committed
chore: add search depth to config
1 parent af5be30 commit a2fac7a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ jobs:
1818
uses: google-github-actions/release-please-action@v3
1919
with:
2020
command: manifest-pr
21-
commit-search-depth: 2

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"bootstrap-sha": "489cc4c55abd88759ceabb19cd90b095eaddbb4f",
33
"bump-minor-pre-major": true,
44
"bump-patch-for-minor-pre-major": true,
5+
"commit-search-depth": 2,
56
"packages": {
67
".": {
78
"release-type": "simple",

0 commit comments

Comments
 (0)