Skip to content

Commit

Permalink
fix: try and fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-3kb committed Dec 29, 2018
1 parent 96b4af0 commit 7a458c0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
['@semantic-release/github', {
assets: [
{ path: 'package.json', label: 'package.json' },
],
}],
'@semantic-release/github',
'@semantic-release/apm',
['@semantic-release/git', { message: `chore(release): \${nextRelease.version} [skip ci]`}],
],
};

0 comments on commit 7a458c0

Please sign in to comment.