Skip to content

Commit 2469564

Browse files
fix: release-as, set as prerelease
1 parent af3f9b6 commit 2469564

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"include-component-in-tag": false,
66
"pull-request-title-pattern": "chore(${branch}): release ${version}",
77
"packages": {
8-
".": {}
8+
".": {
9+
"release-as": "6.31.0-hotfix.1",
10+
"prerelease": true
11+
}
912
}
1013
}

0 commit comments

Comments
 (0)