Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-3kb committed Dec 29, 2018
1 parent 7a458c0 commit 4592680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
'@semantic-release/release-notes-generator',
'@semantic-release/github',
'@semantic-release/apm',
['@semantic-release/git', { message: `chore(release): \${nextRelease.version} [skip ci]`}],
['@semantic-release/git', { message: 'chore(release): ${nextRelease.version} [skip ci]' }],
],
};

0 comments on commit 4592680

Please sign in to comment.