Skip to content

Commit f8f5f86

Browse files
committed
chore: add release:minor script
1 parent f962824 commit f8f5f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"sign": "grafana-toolkit plugin:sign",
1212
"build-sign-release": "yarn run build && yarn run sign && yarn run package",
1313
"package": "cp -r dist/ simpod-json-datasource && zip simpod-json-datasource.zip simpod-json-datasource -r && rm -rfd simpod-json-datasource",
14+
"release:minor": "npm version minor && yarn run build-sign-release",
1415
"release:patch": "npm version patch && yarn run build-sign-release",
1516
"eslint:check": "eslint src spec --ext .tsx,.ts",
1617
"eslint:fix": "yarn run eslint:check --fix",

0 commit comments

Comments
 (0)