From 4ba3484d8fdc73ffe5487a3fbfc1d30df3df4a90 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 10 Aug 2020 13:41:01 -0400 Subject: [PATCH] chore: update the release script to signoff the commit Signed-off-by: Lucas Holmquist --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 5660c230..fcb1b47e 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ "bundles" ], "standard-version": { + "scripts": { + "postcommit": "git commit --amend --signoff --no-edit" + }, "types": [ { "type": "feat",