From 3267147d8e5bc28bc36e25cd3717198e61cb1e37 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 16 Dec 2023 02:35:10 +0400 Subject: [PATCH] chore!: Bump version --- Taskfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Taskfile b/Taskfile index 5259531d..a497dfe1 100644 --- a/Taskfile +++ b/Taskfile @@ -70,10 +70,4 @@ commit_lint() { fi } -commit_check() { - set -x - from=$(git_last_release_tag) - commitlint --from $from -} - "$@"