Skip to content

Commit 7af4710

Browse files
committed
🐛 Fix: shorten commit messages (#7)
1 parent 0cfbe4e commit 7af4710

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.sgcrc_default

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
{
44
"emoji": ":wrench:",
55
"type": "Chore:",
6-
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) and moving files"
6+
"description": "Changes that affect the build system or external dependencies and moving files"
77
},
88
{
99
"emoji": ":construction_worker:",
1010
"type": "CI:",
11-
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)"
11+
"description": "Changes to our CI configuration files and scripts"
1212
},
1313
{
1414
"emoji": ":memo:",
@@ -18,27 +18,27 @@
1818
{
1919
"emoji": ":sparkles:",
2020
"type": "Feat:",
21-
"description": "A new feature"
21+
"description": "New feature"
2222
},
2323
{
2424
"emoji": ":bug:",
2525
"type": "Fix:",
26-
"description": "A bug fix"
26+
"description": "Bug fix"
2727
},
2828
{
2929
"emoji": ":zapr:",
3030
"type": "Perf:",
31-
"description": "A code change that improves performance"
31+
"description": "Code change that improves performance"
3232
},
3333
{
3434
"emoji": ":hammer:",
3535
"type": "Refactor:",
36-
"description": "A code change that neither fixes a bug nor adds a feature"
36+
"description": "Code change that neither fixes a bug nor adds a feature"
3737
},
3838
{
3939
"emoji": ":art:",
4040
"type": "Style:",
41-
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)"
41+
"description": "Changes that do not affect the meaning of the code"
4242
},
4343
{
4444
"emoji": ":white_check_mark:",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Many projects got different git commit rules. It is hard to remember them all.
1313
## Usage
1414

1515
```sh
16-
$ npm i -g MODULE_NAME
16+
$ npm i -g semantic-git-commit-cli
1717
```
1818
or
1919
```sh
20-
$ yarn add global MODULE_NAME
20+
$ yarn add global semantic-git-commit-cli
2121
```
2222

2323
After installation it is available in your shell as:

0 commit comments

Comments
 (0)