Skip to content

Commit

Permalink
fix: Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmiravalir authored Aug 17, 2021
1 parent 4f7a450 commit bcbfeb9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,27 @@ module.exports = {
'main',
{
name: 'beta',
prerelease: true
}
prerelease: true,
},
],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
'@semantic-release/changelog',
{
changelogFile: 'CHANGELOG.md'
}
changelogFile: 'CHANGELOG.md',
},
],
'@semantic-release/npm',
'@semantic-release/github',
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'package.json'],
message: 'chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
}
]
]
}
// eslint-disable-next-line no-template-curly-in-string
message: 'chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
],
};

0 comments on commit bcbfeb9

Please sign in to comment.