typescript(monorepo-template): chore: added semantic-release
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
3607bff7b4
commit
0afc1c76e5
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"extends": "semantic-release-monorepo",
|
||||
"branches": ["master"]
|
||||
"branches": ["master"],
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/git",
|
||||
"@semantic-release/github"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue