Skip to content

Commit

Permalink
fix: explicitly set package-name for release please workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Apr 6, 2022
1 parent a245bbc commit f6aa844
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/content/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
{{#if pkgRelPath}}
monorepo-tags: true
path: {{pkgRelPath}}
# name can be removed after this is merged
# https://github.com/google-github-actions/release-please-action/pull/459
package-name: "{{pkgName}}"
{{/if}}
changelog-types: >
[
Expand Down
6 changes: 6 additions & 0 deletions tap-snapshots/test/apply/full-content.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/b
# name can be removed after this is merged
# https://github.com/google-github-actions/release-please-action/pull/459
package-name: "bbb"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
Expand Down Expand Up @@ -1100,6 +1103,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/a
# name can be removed after this is merged
# https://github.com/google-github-actions/release-please-action/pull/459
package-name: "@name/aaaa"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
Expand Down

0 comments on commit f6aa844

Please sign in to comment.