Skip to content

Commit 78b2d1c

Browse files
committed
chore: fix Release Please configuration
1 parent c63a161 commit 78b2d1c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.config/committed.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ allowed_types = [
1515
"revert",
1616
"perf",
1717
"test",
18+
"release",
1819
]
1920
allowed_scopes = [
2021
"checks",

.config/release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"release-type": "rust",
88
"initial-version": "0.0.1",
99
"draft-pull-request": true,
10+
"pull-request-title-pattern": "release: `${component}` v${version}",
1011
"pull-request-footer": "This release was generated with [Release Please](https://github.com/googleapis/release-please).",
1112
"packages": {
1213
".": {}

0 commit comments

Comments
 (0)