Skip to content

Commit

Permalink
fix: added a semantic-release plugin to update the package.json file …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
stratoivandiluccio committed Jul 7, 2023
1 parent 9520e64 commit 267de22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ const config = {
"changelogTitle": "# Semantic Versioning Changelog"
}
],
[
'@semantic-release/npm',
{
"npmPublish": false,
}
],
[
"@semantic-release/git",
{
Expand Down

0 comments on commit 267de22

Please sign in to comment.