Skip to content

Commit 04be023

Browse files
committed
build: fix release-please 3
1 parent 7f8ce10 commit 04be023

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- uses: google-github-actions/release-please-action@v4
1313
id: release
1414
with:
15-
release-type: node
1615
token: ${{secrets.GITHUB_TOKEN}}
1716
publish-json-viewer:
1817
name: 'Publish @textea/json-viewer'

release-please-config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
"bootstrap-sha": "419cf32454d972d1a0802974bb5d8b9bf9c5704e",
33
"release_type": "node",
44
"group-pull-request-title-pattern": "chore: release ${version}",
5+
"monorepo-tags": true,
56
"include-component-in-tag": true,
67
"packages": {
7-
".": {
8-
"component": "json-viewer"
9-
}
8+
".": {}
109
}
1110
}

0 commit comments

Comments
 (0)