From f3cc2b429baa9d055ac480c433efee1438968ccc Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Tue, 11 Aug 2020 09:23:29 -0400 Subject: [PATCH] chore: update the release script to signoff the commit (#307) 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",