Skip to content

Commit 79f6aca

Browse files
authored
Chore: change release commit title (#1039)
By default release-please creates a commit that looks like this: chore(main): release vX.Y.Z Change this to: Chore: release vX.Y.Z because the scope is superflous (this is not a monorepo, we only have one thing that we can release) and using uppercase to start the subject line is good form. Signed-off-by: Marcelo E. Magallon <[email protected]>
1 parent c186092 commit 79f6aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/release-please/release-please-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
}
1414
},
1515
"draft-pull-request": true,
16+
"pull-request-title-pattern": "Chore: release ${version}",
1617
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
1718
}

0 commit comments

Comments
 (0)