Skip to content

Commit

Permalink
refactor: タグの種類を変更、整理
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it authored Sep 29, 2024
1 parent f315596 commit 58e4e44
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
12 changes: 0 additions & 12 deletions .githooks/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ case $prefix in
"feat:")
emoji=":sparkles:"
;;
"hammer:")
emoji=":hammer:"
;;
"delete:")
emoji=":zap:"
;;
"uppkg:")
emoji=":arrow_up:"
;;
Expand All @@ -34,12 +28,6 @@ case $prefix in
"tag:")
emoji=":bookmark:"
;;
"typo:")
emoji=":pencil2:"
;;
"revert:" | "Revert")
emoji=":rewind:"
;;
*)
echo "The specified prefix is undefined."
exit 1
Expand Down
3 changes: 0 additions & 3 deletions .gitmessage
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@
#
# ==== Prefix ====
# feat 新規機能、新規ファイル追加
# delete ファイル削除
# fix バグ修正
# style 空白、セミコロン、行、コーディングフォーマットなどの修正
# refactor リファクタリング
# uppkg 依存関係のアップグレード
# chore ビルド、補助ツール、ライブラリ関連、開発環境変更、更新等
# docs ドキュメントのみ修正
# tag タグの作成
# typo タイポ
# revert コミットの打ち消し
#
# ==== Rules ====
# 1. コミット本文を記述する場合は、概要とコミット本文の間に空行1行あける
Expand Down
15 changes: 0 additions & 15 deletions git-unipro
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ case \$prefix in
\"feat:\")
emoji=\":sparkles:\"
;;
\"hammer:\")
emoji=\":hammer:\"
;;
\"delete:\")
emoji=\":zap:\"
;;
\"uppkg:\")
emoji=\":arrow_up:\"
;;
Expand All @@ -41,12 +35,6 @@ case \$prefix in
\"tag:\")
emoji=\":bookmark:\"
;;
\"typo:\")
emoji=\":pencil2:\"
;;
\"revert:\" | \"Revert\")
emoji=\":rewind:\"
;;
*)
echo \"The specified prefix is undefined.\"
exit 1
Expand All @@ -67,16 +55,13 @@ msg_template="# ==== Format ====
#
# ==== Prefix ====
# feat 新規機能、新規ファイル追加
# delete ファイル削除
# fix バグ修正
# style 空白、セミコロン、行、コーディングフォーマットなどの修正
# refactor リファクタリング
# uppkg 依存関係のアップグレード
# chore ビルド、補助ツール、ライブラリ関連、開発環境変更、更新等
# docs ドキュメントのみ修正
# tag タグの作成
# typo タイポ
# revert コミットの打ち消し
#
# ==== Rules ====
# 1. コミット本文を記述する場合は、概要とコミット本文の間に空行1行あける
Expand Down

0 comments on commit 58e4e44

Please sign in to comment.