We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcac7a3 + d2554f6 commit 183c50bCopy full SHA for 183c50b
packages/module/release.config.js
@@ -1,13 +1,13 @@
1
module.exports = {
2
- branches: [
3
- 'main',
4
- { name: 'main', channel: 'prerelease' }
5
- ],
6
- plugins: [
7
- '@semantic-release/commit-analyzer',
8
- '@semantic-release/release-notes-generator',
9
- '@semantic-release/npm',
10
- '@semantic-release/github'
11
12
- tagFormat: 'prerelease-v${version}',
13
- };
+ branches: [{ name: 'main', channel: 'prerelease' }],
+ analyzeCommits: {
+ preset: 'angular'
+ },
+ plugins: [
+ '@semantic-release/commit-analyzer',
+ '@semantic-release/release-notes-generator',
+ '@semantic-release/github',
+ '@semantic-release/npm'
+ ],
+ tagFormat: 'v${version}'
+};
0 commit comments