We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db43bd commit 32e23a3Copy full SHA for 32e23a3
1 file changed
package.json
@@ -17,6 +17,7 @@
17
"lint:ci-deactivated": "eslint -f checkstyle -o reports/checkstyle.xml .",
18
"build": "npm pack && gunzip -qf -c linkurious-lke-plugin-data-table-$(cat .version).tgz > lke-plugin-data-table.lke",
19
"plugin:tar": "scripts/postpack.js",
20
+ "upload": "gh release create \"v$(cat .version)\" lke-plugin-data-table.lke",
21
"bump:patch": "bump2version patch && npm version --no-git-tag-version patch",
22
"bump:minor": "bump2version minor && npm version --no-git-tag-version minor",
23
"bump:major": "bump2version major && npm version --no-git-tag-version major"
0 commit comments