From b7b816989bf90a8e61af2699f35ba8923466127d Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Thu, 18 Jan 2024 13:04:41 -0600 Subject: [PATCH] squash: add support for squash --- .commit-me.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.commit-me.json b/.commit-me.json index 769fd7f04a..428a40d1d4 100644 --- a/.commit-me.json +++ b/.commit-me.json @@ -1,4 +1,4 @@ { "include-pull-requests": true, - "types": [ "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "release", "test" ] + "types": [ "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "release", "squash", "test" ] }