From 9bcf126df228d569173b751ae3d07ed27931213c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 30 Dec 2023 20:10:38 -0700 Subject: [PATCH] chore: add package.json.scripts.bump --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ee77ccf..c43adb4 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "description": "webinstall script repository", "main": "_webi/", "scripts": { + "bump": "npm version -m \"chore(release): bump to v%s\"", "fmt": "npm run prettier && npm run shfmt && npm run pwsh-fmt", "lint": "npm run shellcheck && npm run jshint && npm run pwsh-lint", "prepare": "npm run tooling-init && npm run git-hooks-init",