Skip to content

Commit

Permalink
build: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chenasraf committed Dec 11, 2023
1 parent a42a854 commit d6d0e92
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
'@semantic-release/npm',
{
// only update the pkg version on root, don't publish
npmPublish: false,
},
],
[
'@semantic-release/npm',
{
Expand Down Expand Up @@ -37,7 +44,7 @@ module.exports = {
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md'],
assets: ['package.json', 'CHANGELOG.md'],
},
],
//
Expand Down

0 comments on commit d6d0e92

Please sign in to comment.