Skip to content

Commit

Permalink
fix: update releaserc with necessary plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed Jan 30, 2021
1 parent b9ca795 commit 0f35292
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .releaserc.json
@@ -1,3 +1,9 @@
{
"branches": ["main", { "name": "alpha", "prerelease": true }]
"branches": ["main", { "name": "alpha", "prerelease": true }],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
}

0 comments on commit 0f35292

Please sign in to comment.