mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
23 lines
415 B
JSON
23 lines
415 B
JSON
{
|
|
"branches": [
|
|
"master",
|
|
{ "name": "develop", "prerelease": true, "channel": "beta" }
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@semantic-release/commit-analyzer",
|
|
{
|
|
"preset": "conventionalcommits"
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/release-notes-generator",
|
|
{
|
|
"preset": "conventionalcommits"
|
|
}
|
|
],
|
|
"@semantic-release/npm",
|
|
"@semantic-release/github"
|
|
]
|
|
}
|