Skip to content

Commit 4c5a409

Browse files
chore(NODE-6972): remove skip-ci from release PR title (#804)
1 parent 901343a commit 4c5a409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-please-config.json

Lines changed: 1 addition & 1 deletion
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
".": {

0 commit comments

Comments
 (0)