Skip to content

Commit

Permalink
fix: release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Walee Ahmed committed May 7, 2020
1 parent b575405 commit 8c6b40f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
dryRun: false,
branches: ["master"],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand All @@ -19,9 +20,7 @@ module.exports = {
'package.json',
'package-lock.json'
],
message:
// eslint-disable-next-line no-template-curly-in-string
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
}
]
]
Expand Down

0 comments on commit 8c6b40f

Please sign in to comment.