Skip to content

Commit fb80d90

Browse files
chore(NODE-6970): remove skip-ci from release PR title (#75)
1 parent a638a00 commit fb80d90

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)