Skip to content

Commit 53283a9

Browse files
committed
fix: loop pr release
1 parent 1bb334b commit 53283a9

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/release-please-config.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"bootstrap-sha": "main",
32
"packages": {
43
".": {
54
"release-type": "node",
@@ -24,7 +23,8 @@
2423
"scripts/validation/check-file-complexity.js",
2524
"scripts/validation/check-jsdoc.js",
2625
"scripts/validation/check-directory-structure.js",
27-
"scripts/validation/check-relative-imports.js"
26+
"scripts/validation/check-relative-imports.js",
27+
"scripts/validation/check-console-logs.js"
2828
]
2929
},
3030
"eslint-plugin-codekeeper": {
@@ -44,9 +44,10 @@
4444
]
4545
}
4646
},
47-
"group-pull-request-title-pattern": "chore: release ${component} ${version}",
48-
"sequential-calls": true,
49-
"draft": false,
50-
"prerelease": false,
51-
"include-component-in-tag": false
47+
"separate-pull-requests": false,
48+
"group-pull-request-title-pattern": "chore: release v${version}",
49+
"pull-request-title-pattern": "chore: release v${version}",
50+
"include-component-in-tag": false,
51+
"release-search-depth": 100,
52+
"commit-search-depth": 100
5253
}

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
config-file: .github/release-please-config.json
2929
manifest-file: .github/.release-please-manifest.json
3030
skip-labeling: true
31+
release-type: node
3132

3233
publish-main-release:
3334
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)