Skip to content

Commit

Permalink
fix: upd
Browse files Browse the repository at this point in the history
  • Loading branch information
reslear committed Oct 31, 2021
1 parent 378bd54 commit 6574a01
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"next"
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
Expand All @@ -14,6 +19,7 @@
[
"@semantic-release/changelog",
{
"preset": "conventionalcommits",
"changelogFile": "CHANGELOG.md"
}
],
Expand Down

0 comments on commit 6574a01

Please sign in to comment.