Skip to content

Commit

Permalink
fix(release): add missing .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenepix38 committed Aug 13, 2023
1 parent 9e3f0e3 commit eecd963
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): set 'package.json' version to '${nextRelease.version}' and update 'CHANGELOG.md' [skip ci]\n\n${nextRelease.notes}"
}
]
]
}

0 comments on commit eecd963

Please sign in to comment.