Skip to content

Commit

Permalink
fix: add @semantic-release/exec
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 16, 2021
1 parent bf97b6f commit cba93f8
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
["@semantic-release/exec", {
"prepareCmd": "zip vueup-quill-dist-${nextRelease.gitTag}.zip -r dist"
}],
["@semantic-release/github", {
"assets": [
{"path": "dist", "label": "Distribution code"}
{"path": "vueup-quill-dist-${nextRelease.gitTag}.zip", "label": "Distribution code"}
]
}]
]
Expand Down
48 changes: 48 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"vue": "^3.0.7"
},
"devDependencies": {
"@semantic-release/exec": "^5.0.0",
"@tailwindcss/custom-forms": "^0.2.1",
"@types/node": "^14.14.34",
"@types/quill": "^2.0.5",
Expand Down

0 comments on commit cba93f8

Please sign in to comment.