From 68f0272232f95158f4808d05411d761c564cc5d3 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 2 Jan 2023 23:26:50 +0300 Subject: (yc): don't use semantic commits they don't make sense for dotfiles --- .local/bin/yc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.local/bin') diff --git a/.local/bin/yc b/.local/bin/yc index c0108cf..16c2e9b 100755 --- a/.local/bin/yc +++ b/.local/bin/yc @@ -1,11 +1,10 @@ #!/usr/bin/env bash -TYPE=$(gum choose "fix" "feat" "docs" "style" "refactor" "test" "chore" "revert") SCOPE=$(gum input --placeholder "scope") test -n "$SCOPE" && SCOPE="($SCOPE)" -SUMMARY=$(gum input --value "$TYPE$SCOPE: " --placeholder "summary of this change") +SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change") DESCRIPTION=$(gum write --placeholder "details of this change ( to finish)") gum confirm "commit changes?" && yadm commit -m "$SUMMARY" -m "$DESCRIPTION" -- cgit v1.2.3-70-g09d2