Skip to content

Commit

Permalink
chore: setup semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledosman committed Aug 9, 2019
1 parent d4ae1b1 commit a2520e2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"plugins": [
"@semantic-release/changelog"
]
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/changelog",
"@semantic-release/git"
]
}
}

0 comments on commit a2520e2

Please sign in to comment.