Skip to content

Commit

Permalink
fix(release): use default commit message to push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Aug 8, 2019
1 parent d468890 commit 4f20a1c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
[
'@semantic-release/git',
{
messages: 'chore(release): <%= nextRelease.version %>',
assets: ['CHANGELOG.md', 'package.json', 'package-lock.json'],
},
],
Expand All @@ -33,15 +32,15 @@ module.exports = {
label: 'Package JSON',
},
{
path: 'dist/webexComponents.cjs.*',
path: 'dist/webexComponents.cjs.js',
label: 'Common JS distribution',
},
{
path: 'dist/webexComponents.umd.*',
path: 'dist/webexComponents.umd.js',
label: 'Universal Module Definition JS distribution',
},
{
path: 'dist/webexComponents.esm.*',
path: 'dist/webexComponents.esm.js',
label: 'ECMAScript module JS distribution',
},
],
Expand Down

0 comments on commit 4f20a1c

Please sign in to comment.