Skip to content

Commit 32e23a3

Browse files
authored
Proposal for automating GitHub release (#15)
1 parent 0db43bd commit 32e23a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"lint:ci-deactivated": "eslint -f checkstyle -o reports/checkstyle.xml .",
1818
"build": "npm pack && gunzip -qf -c linkurious-lke-plugin-data-table-$(cat .version).tgz > lke-plugin-data-table.lke",
1919
"plugin:tar": "scripts/postpack.js",
20+
"upload": "gh release create \"v$(cat .version)\" lke-plugin-data-table.lke",
2021
"bump:patch": "bump2version patch && npm version --no-git-tag-version patch",
2122
"bump:minor": "bump2version minor && npm version --no-git-tag-version minor",
2223
"bump:major": "bump2version major && npm version --no-git-tag-version major"

0 commit comments

Comments
 (0)