11 lines
No EOL
235 B
Text
11 lines
No EOL
235 B
Text
{
|
|
"branches": ["master"],
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
["@semantic-release/npm", {
|
|
"npmPublish": false
|
|
}],
|
|
"@semantic-release/github"
|
|
]
|
|
} |