feat: linting
This commit is contained in:
parent
5b938091d7
commit
9d4e8c9a9d
2 changed files with 42 additions and 11 deletions
10
.releaserc.json
Normal file
10
.releaserc.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"branches": ["main"],
|
||||
"tagFormat": "v${version}",
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/git"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue