You've already forked go-semantic-release
fix(analyzer/angular): allow multi line commits
This commit is contained in:
@@ -22,7 +22,7 @@ const ANGULAR = "angular"
|
||||
|
||||
func newAngular() *angular {
|
||||
return &angular{
|
||||
regex: `^(TAG)(?:\((.*)\))?: (.*)$`,
|
||||
regex: `^(TAG)(?:\((.*)\))?: (.*)`,
|
||||
log: log.WithField("analyzer", ANGULAR),
|
||||
rules: []Rule{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user