release
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
{
|
||||
"publish": [
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/npm",
|
||||
{
|
||||
"path": "@semantic-release/git",
|
||||
"assets": ["CHANGELOG.md", "package.json"]
|
||||
},
|
||||
{
|
||||
"path": "@semantic-release/exec",
|
||||
"cmd": "brew update && brew install rpm && brew install dpkg && brew install jq && brew install xz && npm run build -- --linux --win --mac && cd dist/win-unpacked && mkdir data && cd .. && zip -vr rats-search-`node -p \"require('../package.json').version\"`-portable.win.x64.zip win-unpacked/ && cd win-ia32-unpacked && mkdir data && cd .. && zip -vr rats-search-`node -p \"require('../package.json').version\"`-portable.win.win32.zip win-ia32-unpacked/"
|
||||
},
|
||||
["@semantic-release/git", {
|
||||
"assets": ["CHANGELOG.md", "package.json"]
|
||||
}],
|
||||
["@semantic-release/exec", {
|
||||
"publishCmd": "brew update && brew unlink python@3.9 && brew install rpm && brew install dpkg && brew install jq && brew install xz && npm run build -- --linux --win --mac && cd dist/win-unpacked && mkdir data && cd .. && zip -vr rats-search-`node -p \"require('../package.json').version\"`-portable.win.x64.zip win-unpacked/ && cd win-ia32-unpacked && mkdir data && cd .. && zip -vr rats-search-`node -p \"require('../package.json').version\"`-portable.win.win32.zip win-ia32-unpacked/"
|
||||
}],
|
||||
"@semantic-release/github"
|
||||
],
|
||||
"assets": "dist/*",
|
||||
|
Reference in New Issue
Block a user