Skip to content

Commit

Permalink
chore: add search depth to config
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Jan 21, 2024
1 parent af5be30 commit a2fac7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ jobs:
uses: google-github-actions/release-please-action@v3
with:
command: manifest-pr
commit-search-depth: 2
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"bootstrap-sha": "489cc4c55abd88759ceabb19cd90b095eaddbb4f",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"commit-search-depth": 2,
"packages": {
".": {
"release-type": "simple",
Expand Down

0 comments on commit a2fac7a

Please sign in to comment.