Skip to content

Commit 465155b

Browse files
authored
chore: Fix release-please-action config (#130)
1 parent e0d722f commit 465155b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

release-please-config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2-
"pull-request-title-pattern": "chore: release v${version}",
3-
"changelog-type": "github"
2+
"packages": {
3+
".": {
4+
"pull-request-title-pattern": "chore: release v${version}",
5+
"changelog-type": "github",
6+
"release-type": "node"
7+
}
8+
}
49
}

0 commit comments

Comments
 (0)