5db533afdb
This takes ~50ms on my machine 🤯 - closes #2366 - Replacing spaces with tabs won't be done right here, right now. - eslint and biome are reconciled - ~biome check fails because of typescript errors - we can either fix those or find a way to ignore it~
18 lines
308 B
JSON
18 lines
308 B
JSON
{
|
|
"packages": ["packages/*"],
|
|
"version": "3.10.0",
|
|
"command": {
|
|
"version": {
|
|
"conventionalCommits": true,
|
|
"createRelease": "github",
|
|
"message": "chore(release): %s"
|
|
},
|
|
"publish": {
|
|
"assets": []
|
|
}
|
|
},
|
|
"npmClient": "yarn",
|
|
"useNx": false,
|
|
"ignoreChanges": ["**/test/**", "**/*.md"]
|
|
}
|