Skip to content

Commit

Permalink
add releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
keonik committed Jun 30, 2023
1 parent 94c3af1 commit 24164d3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"branches": [
"master",
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} ${nextRelease.notes}"
}
]
]
}

0 comments on commit 24164d3

Please sign in to comment.