Skip to content

Commit

Permalink
feat: add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemajesty committed Aug 9, 2023
1 parent c2db2fa commit c766015
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ const config = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
[
'@semantic-release/changelog',
{
changelogFile: 'CHANGELOG.md'
}
],
[
'@semantic-release/git',
{
assets: ['dist/**/*.{js,css}', 'docs', 'package.json'],
assets: ['dist/**/*.{js,css}', 'CHANGELOG.md', 'package.json'],
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
}
],
Expand Down

0 comments on commit c766015

Please sign in to comment.