Skip to content

Commit

Permalink
fix: [] - update config file (#38)
Browse files Browse the repository at this point in the history
* fix: rename config file to .rc
  • Loading branch information
Matthew Gordon authored May 1, 2024
1 parent 84c7bf5 commit 9157699
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions release.config.json → .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"branches": ["main"],
"branches": [
"main",
{
"name": "next",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand All @@ -8,8 +14,11 @@
[
"@semantic-release/git",
{
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"assets": [
"CHANGELOG.md",
"package.json",
"package-lock.json"
]
}
],
"@semantic-release/github"
Expand Down

0 comments on commit 9157699

Please sign in to comment.