build: updates release and tooling flows

This commit is contained in:
GitHub Actions
2022-04-11 09:26:44 +02:00
parent e5ba2cf34b
commit b07cc92b5c
15 changed files with 16112 additions and 2911 deletions

15
.releaserc.json Normal file
View File

@@ -0,0 +1,15 @@
{
"branches": [{ "name": "main" }],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json", "package-lock.json"]
}
],
"@semantic-release/github"
]
}