Skip to content

Commit f6aa844

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

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
@@ -1067,6 +1067,9 @@ jobs:
10671067
release-type: node
10681068
monorepo-tags: true
10691069
path: workspaces/b
1070+
# name can be removed after this is merged
1071+
# https://github.com/google-github-actions/release-please-action/pull/459
1072+
package-name: "bbb"
10701073
changelog-types: >
10711074
[
10721075
{"type":"feat","section":"Features","hidden":false},
@@ -1100,6 +1103,9 @@ jobs:
11001103
release-type: node
11011104
monorepo-tags: true
11021105
path: workspaces/a
1106+
# name can be removed after this is merged
1107+
# https://github.com/google-github-actions/release-please-action/pull/459
1108+
package-name: "@name/aaaa"
11031109
changelog-types: >
11041110
[
11051111
{"type":"feat","section":"Features","hidden":false},

0 commit comments

Comments
 (0)