We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e6990 commit f7329b5Copy full SHA for f7329b5
1 file changed
‎.releaserc.json‎
@@ -22,7 +22,7 @@
22
{ "type": "chore", "release": "patch", "subject": "/^([\u231A-\uD83E\uDDFF]|:[^:]+:)/" }
23
],
24
"parserOpts": {
25
- "headerPattern": "^(?:([\u231A-\uD83E\uDDFF]|:[^:]+:)?\\s*)?([\\w-]+)(?:\\(([^)]+)\\))?:?\\s(.+)$"
+ "headerPattern": "^(?:[\\W_]+)?([\\w-]+)(?:\\(([^)]+)\\))?:?\\s(.+)$"
26
}
27
28
0 commit comments