Skip to content

Commit

Permalink
feat: add releaserc (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu authored Dec 23, 2023
1 parent c6610a3 commit 5822e9e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"npmPublish": false,
"tarballDir": "dist"
}
],
[
"@semantic-release/github",
{
"assets": "dist/*.tgz"
}
]
]
}

0 comments on commit 5822e9e

Please sign in to comment.