Skip to content

Commit

Permalink
chore(releaserc): add semantic-release config file
Browse files Browse the repository at this point in the history
  • Loading branch information
allbertuu committed Feb 6, 2024
1 parent c42ab91 commit 65c6c45
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
{
"path": "@semantic-release/git",
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
],
"branches": ["main"]
}

0 comments on commit 65c6c45

Please sign in to comment.