Skip to content

Commit

Permalink
Create .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
1itachi authored May 1, 2021
1 parent da3368f commit 144404c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

{
"branches": "master",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"],
}
]
]
}

0 comments on commit 144404c

Please sign in to comment.