Skip to content

Commit

Permalink
Merge pull request #7 from robsonos/dev
Browse files Browse the repository at this point in the history
Merge dev into main 馃攢
  • Loading branch information
robsonos committed Dec 19, 2023
2 parents a9fb3d4 + db82936 commit 87dd7c8
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,20 @@ module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
['@semantic-release/release-notes-generator', releaseNotesGeneratorOptions],
'@semantic-release/changelog',
{
path: '@semantic-release/npm',
npmPublish: true,
pkgRoot: '.',
},
{
path: '@semantic-release/git',
assets: ['package.json', 'yarn.lock', 'CHANGELOG.md'],
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
[
'@semantic-release/changelog',
{
changelogFile: 'CHANGELOG.md',
},
],
'@semantic-release/npm',
[
'@semantic-release/git',
{
assets: ['package.json', 'yarn.lock', 'CHANGELOG.md'],
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
'@semantic-release/github',
],
};

0 comments on commit 87dd7c8

Please sign in to comment.