mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-09 14:51:30 +01:00
13 lines
240 B
JSON
13 lines
240 B
JSON
|
{
|
||
|
"release": {
|
||
|
"branches": ["master"]
|
||
|
},
|
||
|
"plugins": [
|
||
|
["@semantic-release/commit-analyzer", {
|
||
|
"preset": "conventionalcommits"
|
||
|
}],
|
||
|
"@semantic-release/release-notes-generator",
|
||
|
"@semantic-release/github"
|
||
|
]
|
||
|
}
|