Skip to content

Commit

Permalink
Merge pull request #200 from skedify/develop
Browse files Browse the repository at this point in the history
release/next
  • Loading branch information
timothy-suy authored Sep 8, 2020
2 parents 7f120ae + f513c9a commit df5adea
Show file tree
Hide file tree
Showing 4 changed files with 440 additions and 297 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
!.prettierignore
!.babelrc
!.travis.yml
!.releaserc

# dependencies
node_modules/
Expand Down
14 changes: 14 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "build", "release": "patch"},
{"type": "test", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
]
}
Loading

0 comments on commit df5adea

Please sign in to comment.