Skip to content

Commit

Permalink
chore(releaserc): add github release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
iamludal committed Dec 25, 2021
1 parent b22ef37 commit 438702a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"branches": "main"
"branches": "main",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}

0 comments on commit 438702a

Please sign in to comment.