Skip to content

Commit c4d4c8c

Browse files
chore(NODE-6971): remove skip-ci from release PR title (#246)
1 parent c4dd9dd commit c4d4c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"pull-request-title-pattern": "chore${scope}: release ${version} [skip-ci]",
3+
"pull-request-title-pattern": "chore${scope}: release ${version}",
44
"pull-request-header": "Please run the release_notes action before releasing to generate release highlights",
55
"packages": {
66
".": {
@@ -12,4 +12,4 @@
1212
"draft": false
1313
}
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)