Skip to content

Commit

Permalink
fix: semantic-release plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Oct 29, 2021
1 parent cf3b18c commit 46a6f57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}
}

0 comments on commit 46a6f57

Please sign in to comment.