Skip to content

Commit

Permalink
fix: add missing .releaserc file
Browse files Browse the repository at this point in the history
  • Loading branch information
sadok-f committed Sep 28, 2023
1 parent 9befb19 commit b5b8cad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .releaserc
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/changelog",
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"]
}
]
]
}

0 comments on commit b5b8cad

Please sign in to comment.