Skip to content

Commit 62927c2

Browse files
authored
build: Add release conventional commut type for release PRs (#276)
1 parent 5d3af2a commit 62927c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ ignore=T1,body-min-length
2222

2323
[contrib-title-conventional-commits]
2424
# Specify allowed commit types. For details see: https://www.conventionalcommits.org/
25-
types = fix,feat,docs,style,refactor,perf,test,revert,ci,build
25+
types = fix,feat,docs,style,refactor,perf,test,revert,ci,build,release

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": {
33
".": {
44
"release-type": "go",
5-
"pull-request-title-pattern": "build${scope}: release${component} ${version}",
5+
"pull-request-title-pattern": "release${scope}: ${component} ${version}",
66
"changelog-type": "github"
77
}
88
}

0 commit comments

Comments
 (0)