Skip to content

Commit

Permalink
fix: add .releaserc.json
Browse files Browse the repository at this point in the history
Ticket: VL-2052
  • Loading branch information
bg-jasonyuan committed Jul 11, 2024
1 parent 66bf940 commit 9c175a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"failComment": false
}
]
]
}

0 comments on commit 9c175a6

Please sign in to comment.