chore: adds standard-version release stuff

This commit is contained in:
2022-03-06 15:50:39 -06:00
parent 5118173f09
commit a9e91779bc
4 changed files with 66 additions and 29 deletions

10
.versionrc Normal file
View File

@@ -0,0 +1,10 @@
{
"bumpFiles": [
{
"filename": "pyproject.toml",
"updater": "scripts/standard-version/pyproject-updater.js"
}
],
"sign": true,
"tag-prefix": ""
}