Skip to content

Commit b56dc18

Browse files
committed
fix: move pull request header and footer to the correct location in release configuration
1 parent f174b6a commit b56dc18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"pull-request-header": "📦 A new release is almost ready to be published!",
4+
"pull-request-footer": "If you have any questions about the release, please contact the maintainers.",
35
"packages": {
46
".": {
57
"release-type": "node",
68
"changelog-path": "CHANGELOG.md",
7-
"pull-request-header": "📦 A new release is almost ready to be published!",
8-
"pull-request-footer": "If you have any questions about the release, please contact the maintainers.",
99
"include-v-in-tag": false,
1010
"include-component-in-tag": false
1111
}

0 commit comments

Comments
 (0)