Skip to content

Commit f7cf48c

Browse files
committed
Add bump commands
1 parent 0f71a05 commit f7cf48c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"lint": "eslint --fix .",
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",
19-
"plugin:tar": "scripts/postpack.js"
19+
"plugin:tar": "scripts/postpack.js",
20+
"bump:patch": "bump2version patch && npm version --no-git-tag-version patch",
21+
"bump:minor": "bump2version minor && npm version --no-git-tag-version minor",
22+
"bump:major": "bump2version major && npm version --no-git-tag-version major"
2023
},
2124
"license": "Apache 2",
2225
"files": [

0 commit comments

Comments
 (0)