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 c114f79 commit bc3b916Copy full SHA for bc3b916
package.json
@@ -8,6 +8,8 @@
8
"pack": "electron-builder --dir",
9
"dist": "electron-builder",
10
"postinstall": "electron-builder install-app-deps",
11
+ "update": "npm version minor --m=\"chore(update): Release v%s\"",
12
+ "patch": "npm version patch --m=\"chore(patch): Release v%s\"",
13
"test": "echo \"Error: no test specified\" && exit 1"
14
},
15
"keywords": [],
0 commit comments