Skip to content

Commit

Permalink
fix: Update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
braybatista authored Feb 19, 2024
1 parent 2c618d2 commit 4f6dd53
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"branches": ["master", "main"]
"branches": ["master", "main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"npmPublish": false,
"tarballDir": "dist"
}
]
]
}

0 comments on commit 4f6dd53

Please sign in to comment.