Skip to content

Commit f5d37f9

Browse files
authored
Merge pull request #40 from next-engineer/feature/semantic-release-setup
Feature/semantic release setup
2 parents 8ac7e6d + 7bbd8bd commit f5d37f9

File tree

4 files changed

+8135
-2059
lines changed

4 files changed

+8135
-2059
lines changed

commitlint.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
parserPreset: {
4646
parserOpts: {
4747
headerPattern:
48-
/^((?:\p{Extended_Pictographic}|\p{Emoji_Presentation}|\p{Emoji}(?:\uFE0F)?|:\w+:)\s+)(\w+)(?:\(([^)]*)\))?:\s(.+)$/u,
48+
/^((?:\p{Extended_Pictographic}|\p{Emoji_Presentation}|\p{Emoji}(?:\uFE0F)?|:\w+:)\s+)(\w+)(?:\(([^)]*)\))?!?:\s(.+)$/u,
4949
headerCorrespondence: ['emoji', 'type', 'scope', 'subject'],
5050
},
5151
},

0 commit comments

Comments
 (0)