build: updates release and tooling flows
This commit is contained in:
15
.releaserc.json
Normal file
15
.releaserc.json
Normal 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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user