From 7a0d1c5bff985f9367ae0e6c22018c75861bf59f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 13 May 2024 12:53:58 -0600 Subject: [PATCH] chore: add 'npm run bump' --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 21db50d..e031b95 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "The \"certbot\" storage strategy for Greenlock.js", "main": "index.js", "scripts": { + "bump": "npm version -m \"chore(release): bump to v%s\"", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {