From b07d9aaaa44c949857da43c522ef2361a5cb0ea8 Mon Sep 17 00:00:00 2001 From: Olivers Vitins Date: Sat, 19 Aug 2023 22:36:10 +0300 Subject: [PATCH] refactor: change question formatting, improve readme remove parenthesis from commit questions and change commit calling command to rcz commit in README --- README.md | 2 +- src/index.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8057ffa..cdfa8b3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Resultium commit standardization library ## Getting started 1. Make changes to your git initialized project -2. Run `rcz` in the root directory +2. Run `rcz commit` in the root directory 3. Answer all the questions 4. Push to remote diff --git a/src/index.ts b/src/index.ts index c28288e..53c413f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,17 +73,17 @@ program { label: "build", value: "build", - hint: "changes that affect the build system, configs or external dependencies (e.g. npm, .prettierrc)", + hint: "changes that affect the build system, configs or external dependencies", }, { label: "ci", value: "ci", - hint: "change to CI/CD configurations and scripts (e.g. CircleCI, GitHub workflows)", + hint: "change to CI/CD configurations and scripts e.g. CircleCI, GitHub workflows", }, { label: "docs", value: "docs", - hint: "documentation changes (e.g. README, CHANGELOG)", + hint: "documentation changes e.g. README, CHANGELOG", }, { label: "perf",