Skip to content

Commit 183c50b

Browse files
authored
Merge pull request #5 from patternfly/commonJS
chore: Updated code to fix npm publish.
2 parents fcac7a3 + d2554f6 commit 183c50b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/module/release.config.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
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-
};
2+
branches: [{ name: 'main', channel: 'prerelease' }],
3+
analyzeCommits: {
4+
preset: 'angular'
5+
},
6+
plugins: [
7+
'@semantic-release/commit-analyzer',
8+
'@semantic-release/release-notes-generator',
9+
'@semantic-release/github',
10+
'@semantic-release/npm'
11+
],
12+
tagFormat: 'v${version}'
13+
};

0 commit comments

Comments
 (0)