We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bedb27 commit c44af11Copy full SHA for c44af11
release.config.js
@@ -1,5 +1,3 @@
1
-const pluginName = require('./package.json').name
2
-
3
module.exports = {
4
branches: ["master"],
5
plugins: [
@@ -22,7 +20,7 @@ module.exports = {
22
20
"@semantic-release/exec",
23
21
{
24
prepareCmd:
25
- "zip -qq -r " + pluginName + "${nextRelease.version}.zip dist readme.md logo.png package.json",
+ "zip -qq -r logseq-ticktick-plugin-${nextRelease.version}.zip dist readme.md logo.png LICENSE package.json",
26
},
27
],
28
[
0 commit comments