Skip to content

Commit 904577e

Browse files
committed
chore: adopt config of release-please-action@v4
1 parent d2bc51f commit 904577e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
with:
2323
token: ${{ secrets.GH_TOKEN_EVE }}
2424
release-type: node
25-
package-name: "@easyops-cn/docusaurus-search-local"
2625
path: docusaurus-search-local
27-
bump-minor-pre-major: true
2826

2927
npm-publish:
3028

release-please-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"packages": {
3+
"docusaurus-search-local": {}
4+
},
5+
"bump-minor-pre-major": true
6+
}

0 commit comments

Comments
 (0)