mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2024-10-29 22:17:28 +01:00
20 lines
392 B
JSON
20 lines
392 B
JSON
|
{
|
||
|
"branches": [{ "name": "master", "channel": "beta", "prerelease": true }],
|
||
|
"plugins": [
|
||
|
[
|
||
|
"@semantic-release/commit-analyzer",
|
||
|
{
|
||
|
"preset": "conventionalcommits"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
"@semantic-release/release-notes-generator",
|
||
|
{
|
||
|
"preset": "conventionalcommits"
|
||
|
}
|
||
|
],
|
||
|
"@semantic-release/npm",
|
||
|
"@semantic-release/github"
|
||
|
]
|
||
|
}
|