fix(release): automate npm releases from main
This commit is contained in:
6
.releaserc.json
Normal file
6
.releaserc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"branches": [
|
||||
"main"
|
||||
],
|
||||
"tagFormat": "v${version}"
|
||||
}
|
||||
Reference in New Issue
Block a user