Skip to content

Commit c11ac89

Browse files
chore(NODE-6967): remove skip-ci from release please config (#4551)
1 parent aee490a commit c11ac89

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
".": {
@@ -13,4 +13,4 @@
1313
"prerelease": false
1414
}
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)