From e64244c7303877ba916bfb29e65e8ff7a9edd262 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Mon, 20 Sep 2021 15:22:55 +0200 Subject: [PATCH] Add changelog scripts to `package.json` --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6244996..ab2d0c3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "main": "index.js", "scripts": { "test": "tape test/*.js", - "docs": "documentation readme index.js --section=API" + "docs": "documentation readme index.js --section=API", + "changelog:patch": "hallmark bump patch", + "changelog:minor": "hallmark bump minor", + "changelog:major": "hallmark bump major" }, "repository": { "type": "git",