File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -226,10 +226,14 @@ jobs:
226
226
- uses : google-github-actions/release-please-action@v3
227
227
id : release
228
228
with :
229
+ command : manifest
229
230
release-type : node
231
+ manifest-file : .release-please-manifest.json
232
+ config-file : .release-please.json
230
233
monorepo-tags : true
231
234
last-release-sha : a7eb258e0ef2147671acba73d9febc2f882a484a
232
235
group-pull-request-title-pattern : " chore: release ${component}"
236
+ pull-request-title-pattern : " chore${scope}: release${component} ${version}"
233
237
tag-separator : ' @'
234
238
changelog-types : |
235
239
[
Original file line number Diff line number Diff line change 1
1
{
2
- "last-release-sha" : " a7eb258e0ef2147671acba73d9febc2f882a484a" ,
3
- "plugins" : [" node-workspace" ],
4
- "group-pull-request-title-pattern" : " chore: release ${component}" ,
5
2
"packages" : {
6
3
"interop" : {},
7
4
"packages/connection-encrypter-plaintext" : {},
You can’t perform that action at this time.
0 commit comments