Skip to content

Commit

Permalink
feat: update package.json and skip npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 9, 2023
1 parent c5abfab commit 3d1f7ef
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ module.exports = {
}
],
[
"@semantic-release/git",
'@semantic-release/git',
{
"assets": ["CHANGELOG.md"]
'assets': ['CHANGELOG.md']
}
],
[
'@semantic-release/npm',
{
'npmPublish': false
}
],
'@semantic-release/npm'
],
'preset': 'angular'
};

0 comments on commit 3d1f7ef

Please sign in to comment.