From 40a9ba56a6c5622fe23eff0a2fb6c3368a0f9a10 Mon Sep 17 00:00:00 2001 From: Yash Khare Date: Tue, 24 Nov 2020 02:23:53 +0530 Subject: [PATCH] :wrench: cli: Update gitgo properties --- .gitgo | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/.gitgo b/.gitgo index 38a27ce..1f94730 100644 --- a/.gitgo +++ b/.gitgo @@ -1 +1,30 @@ -{"current_issue":{"number":"8","labels":["enhancement","test label"],"title":"Add a feature to suggest commit messages"},"commit_guidelines":["fix:","feat:","docs:"],"emojis":{"initial_commit":"tada","feature":"sparkles","ui":"art","code_quality":"package","performance":"racehorse","security":"lock","config":"wrench","accessibility":"wheelchair","dev_tools":"rocket","docs":"pencil","release":"gem","bug_fix":"bug","crash":"boom","cleanup":"fire","wip":"construction"},"current_branch":{},"current_emoji":{}} +{ + "current_issue": { + "number": "8", + "labels": ["enhancement", "test label"], + "title": "Add a feature to suggest commit messages" + }, + "commit_guidelines": ["fix:", "feat:", "docs:"], + "custom_guidelines": false, + "selected_commit_type": "", + "emojis": { + "initial_commit": "tada", + "feature": "sparkles", + "ui": "art", + "code_quality": "package", + "performance": "racehorse", + "security": "lock", + "config": "wrench", + "accessibility": "wheelchair", + "dev_tools": "rocket", + "docs": "pencil", + "release": "gem", + "bug_fix": "bug", + "crash": "boom", + "cleanup": "fire", + "wip": "construction" + }, + "current_branch": "", + "current_emoji": "", + "current_commit_message": "" +}