We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304403c commit b96ecd0Copy full SHA for b96ecd0
packages/module/release.config.js
@@ -1,13 +1,13 @@
1
module.exports = {
2
branches: [{ name: 'main', channel: 'prerelease' }],
3
analyzeCommits: {
4
- preset: 'angular'
+ preset: 'angular',
5
},
6
plugins: [
7
'@semantic-release/commit-analyzer',
8
'@semantic-release/release-notes-generator',
9
'@semantic-release/github',
10
- '@semantic-release/npm'
+ '@semantic-release/npm',
11
],
12
- tagFormat: 'v${version}'
+ tagFormat: 'v${version}',
13
};
0 commit comments