Skip to content

Commit

Permalink
feat(general): added semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Peshkov committed Jul 7, 2020
1 parent b723018 commit 69b607b
Show file tree
Hide file tree
Showing 3 changed files with 7,006 additions and 73 deletions.
17 changes: 17 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"release": {
"branches": ["master"]
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{ "npmPublish": false }
],
"@semantic-release/github",
"@semantic-release/git"
],
"tagFormat": "${version}"
}
Loading

0 comments on commit 69b607b

Please sign in to comment.