17 lines
418 B
JSON
17 lines
418 B
JSON
{
|
|
"publish": [
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/npm",
|
|
{
|
|
"path": "@semantic-release/git",
|
|
"assets": ["CHANGELOG.md", "package.json"]
|
|
},
|
|
{
|
|
"path": "@semantic-release/exec",
|
|
"cmd": "brew install rpm && brew install dpkg && brew install jq && npm run build -- --linux --win --mac"
|
|
},
|
|
"@semantic-release/github"
|
|
],
|
|
"assets": "dist/*",
|
|
"npmPublish": false
|
|
} |