refactor: change question formatting, improve readme
remove parenthesis from commit questions and change commit calling command to rcz commit in README
This commit is contained in:
@@ -16,7 +16,7 @@ Resultium commit standardization library
|
|||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
1. Make changes to your git initialized project
|
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
|
3. Answer all the questions
|
||||||
4. Push to remote
|
4. Push to remote
|
||||||
|
|
||||||
|
|||||||
@@ -73,17 +73,17 @@ program
|
|||||||
{
|
{
|
||||||
label: "build",
|
label: "build",
|
||||||
value: "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",
|
label: "ci",
|
||||||
value: "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",
|
label: "docs",
|
||||||
value: "docs",
|
value: "docs",
|
||||||
hint: "documentation changes (e.g. README, CHANGELOG)",
|
hint: "documentation changes e.g. README, CHANGELOG",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "perf",
|
label: "perf",
|
||||||
|
|||||||
Reference in New Issue
Block a user