Skip to content

Commit cd8cf57

Browse files
committed
fix: explicitly set package-name for release please workspaces
1 parent afe6fb1 commit cd8cf57

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

lib/content/release-please.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
{{#if pkgRelPath}}
2323
monorepo-tags: true
2424
path: {{pkgRelPath}}
25+
# name can be removed after this is merged
26+
# https://github.com/google-github-actions/release-please-action/pull/459
27+
package-name: "{{pkgName}}"
2528
{{/if}}
2629
changelog-types: >
2730
[

tap-snapshots/test/apply/full-content.js.test.cjs

+6
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,9 @@ jobs:
10691069
release-type: node
10701070
monorepo-tags: true
10711071
path: workspaces/b
1072+
# name can be removed after this is merged
1073+
# https://github.com/google-github-actions/release-please-action/pull/459
1074+
package-name: "bbb"
10721075
changelog-types: >
10731076
[
10741077
{"type":"feat","section":"Features","hidden":false},
@@ -1102,6 +1105,9 @@ jobs:
11021105
release-type: node
11031106
monorepo-tags: true
11041107
path: workspaces/a
1108+
# name can be removed after this is merged
1109+
# https://github.com/google-github-actions/release-please-action/pull/459
1110+
package-name: "@name/aaaa"
11051111
changelog-types: >
11061112
[
11071113
{"type":"feat","section":"Features","hidden":false},

0 commit comments

Comments
 (0)