Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Apr 30, 2024
1 parent f73c127 commit 431cad6
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,23 @@
"branches": [
"master",
"develop"
]
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "docs/CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": ["docs/CHANGELOG.md"]
}
],
"@semantic-release/github"

]
}

0 comments on commit 431cad6

Please sign in to comment.