Skip to content

Commit 4f20a1c

Browse files
committed
fix(release): use default commit message to push to master
1 parent d468890 commit 4f20a1c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

release.config.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module.exports = {
2020
[
2121
'@semantic-release/git',
2222
{
23-
messages: 'chore(release): <%= nextRelease.version %>',
2423
assets: ['CHANGELOG.md', 'package.json', 'package-lock.json'],
2524
},
2625
],
@@ -33,15 +32,15 @@ module.exports = {
3332
label: 'Package JSON',
3433
},
3534
{
36-
path: 'dist/webexComponents.cjs.*',
35+
path: 'dist/webexComponents.cjs.js',
3736
label: 'Common JS distribution',
3837
},
3938
{
40-
path: 'dist/webexComponents.umd.*',
39+
path: 'dist/webexComponents.umd.js',
4140
label: 'Universal Module Definition JS distribution',
4241
},
4342
{
44-
path: 'dist/webexComponents.esm.*',
43+
path: 'dist/webexComponents.esm.js',
4544
label: 'ECMAScript module JS distribution',
4645
},
4746
],

0 commit comments

Comments
 (0)