build: add automatic release process
This commit is contained in:
committed by
Mathis Gauthey
parent
1106b01917
commit
b7252e1909
23
.releaserc
Normal file
23
.releaserc
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"branches": [
|
||||
"main"
|
||||
],
|
||||
"tagFormat": "${version}",
|
||||
"debug": true,
|
||||
"ci": true,
|
||||
"dryRun": false,
|
||||
"plugins": [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
{
|
||||
"preset": "conventionalcommits"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/release-notes-generator",
|
||||
{
|
||||
"preset": "conventionalcommits"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user