Skip to content

Commit

Permalink
feat: fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadi Abu Hilal authored and Shadi Abu Hilal committed Oct 24, 2023
1 parent cbeab69 commit a74581b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .releaserc.json
@@ -0,0 +1,11 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
}

0 comments on commit a74581b

Please sign in to comment.