mirror of
https://github.com/status-im/diawi-nodejs-uploader.git
synced 2025-02-17 23:47:44 +00:00
14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/git",
|
|
"@semantic-release/github",
|
|
{
|
|
"path": "@semantic-release/npm",
|
|
"npmPublish": true
|
|
}
|
|
]
|
|
}
|