Skip to content

Commit

Permalink
chore: add release config
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jul 30, 2024
1 parent cdb1a87 commit 3a410d4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"branches": [
"main",
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
],
"tagFormat": "${version}"
}

0 comments on commit 3a410d4

Please sign in to comment.