26 lines
512 B
Plaintext
26 lines
512 B
Plaintext
{
|
|
"branches": [
|
|
"main"
|
|
],
|
|
"tagFormat": "${version}",
|
|
"debug": true,
|
|
"ci": true,
|
|
"dryRun": false,
|
|
"plugins": [
|
|
[
|
|
"@semantic-release/commit-analyzer",
|
|
{
|
|
"preset": "conventionalcommits"
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/release-notes-generator",
|
|
{
|
|
"preset": "conventionalcommits"
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/github"
|
|
]
|
|
]
|
|
} |