Skip to content

Commit

Permalink
Merge pull request #13 from TripleSpeeder/development
Browse files Browse the repository at this point in the history
semantic-release
  • Loading branch information
TripleSpeeder authored Feb 20, 2020
2 parents 69bb99b + c5e31ed commit 37bb965
Show file tree
Hide file tree
Showing 4 changed files with 9,356 additions and 24,773 deletions.
10 changes: 10 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
}],
"@semantic-release/github"
]
}
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}
Loading

0 comments on commit 37bb965

Please sign in to comment.