updates to CI

This commit is contained in:
Dean Chi
2023-08-31 11:11:07 -07:00
parent 569e4f5491
commit f3e6d685f7
3 changed files with 85 additions and 416 deletions

22
.releaserc Normal file
View File

@@ -0,0 +1,22 @@
{
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/github",
"@semantic-release/changelog",
"@semantic-release/git"
]
}