Skip to content

Commit 16fc6a9

Browse files
committed
👷 ci: Add semantic release config
1 parent 3d03c71 commit 16fc6a9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

config/release.config.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
module.exports = {
2+
analyzeCommits: {
3+
preset: 'angular',
4+
parserOpts: {
5+
// Optional, only you want to have emoji commit support
6+
headerPattern: /^(?::([\w-]*):)?\s*(\w*):\s*(.*)$/,
7+
headerCorrespondence: ['emoji', 'tag', 'message']
8+
}
9+
},
10+
generateNotes: {
11+
preset: 'angular',
12+
parserOpts: {
13+
// Optional, only you want to have emoji commit support
14+
headerPattern: /^(?::([\w-]*):)?\s*(\w*):\s*(.*)$/,
15+
headerCorrespondence: ['emoji', 'tag', 'message']
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)