From 7716a20a0d1b748474abe8684b7980b8dfe681e1 Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Wed, 20 Dec 2023 11:24:33 +0000 Subject: [PATCH] build: Add release conventional commit type for release PRs --- .gitlint | 2 +- release-please-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlint b/.gitlint index 2ce2398a..27f4c3bc 100644 --- a/.gitlint +++ b/.gitlint @@ -20,4 +20,4 @@ regex=^Bumps .+ from .+ to .+\.$ [contrib-title-conventional-commits] # Specify allowed commit types. For details see: https://www.conventionalcommits.org/ -types = fix,feat,docs,style,refactor,perf,test,revert,ci,build +types = fix,feat,docs,style,refactor,perf,test,revert,ci,build,release diff --git a/release-please-config.json b/release-please-config.json index 883088c4..f10f30b6 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -2,7 +2,7 @@ "packages": { ".": { "release-type": "go", - "pull-request-title-pattern": "build${scope}: release${component} ${version}", + "pull-request-title-pattern": "release${scope}: release${component} ${version}", "changelog-type": "github" } }