We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca6fc4 commit 773f770Copy full SHA for 773f770
1 file changed
release.config.js
@@ -20,7 +20,7 @@ module.exports = {
20
"@semantic-release/exec",
21
{
22
prepareCmd:
23
- "zip -qq -r logseq-plugin-bullet-threading-${nextRelease.version}.zip dist readme.md LICENSE package.json",
+ "zip -qq -r logseq-plugin-bullet-threading-${nextRelease.version}.zip dist readme.md LICENSE package.json logo.png",
24
},
25
],
26
[
0 commit comments