Skip to content

Commit

Permalink
chore: add config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
horike37 committed Oct 3, 2024
1 parent 6f5700d commit 8948ec0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "eslint",
"releaseRules": [
{ "type": "docs", "scope": "README", "release": "patch" }
]
}
]
]
}

0 comments on commit 8948ec0

Please sign in to comment.