Skip to content

Commit

Permalink
fix: add releaserc file and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TANguyen1893 committed Feb 20, 2021
1 parent dc55535 commit 5167df6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["docs", "package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]",
"successComment": false,
"failComment": false,
"failTitle": false,
"labels": false,
"releasedLabels": false
}],
["@semantic-release/github", {
"successComment": false,
"failComment": false,
"failTitle": false,
"labels": false,
"releasedLabels": false
}]
]
}
Empty file added CHANGELOG.md
Empty file.

0 comments on commit 5167df6

Please sign in to comment.