From 2e447ab183599f80137b8780bc57199f0a6e876d Mon Sep 17 00:00:00 2001 From: Carl Whittaker Date: Mon, 26 Feb 2024 12:56:25 +0000 Subject: [PATCH] chore: remove release notes from release commit they're too long and husky complains --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48ee0ce6..b2652be1 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "assets": [ "package.json" ], - "message": "build(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" + "message": "build(release): ${nextRelease.version} [skip ci]" } ] ]