We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1860c commit 449e99bCopy full SHA for 449e99b
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-code-formatter-${nextRelease.version}.zip dist readme.md assets package.json",
+ "zip -qq -r logseq-plugin-code-formatter-${nextRelease.version}.zip dist readme.md assets LICENSE package.json",
24
},
25
],
26
[
0 commit comments