Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1069,6 +1069,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 @@ -1102,6 +1105,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