We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e967966 + 45be5de commit 445a9edCopy full SHA for 445a9ed
.sgcrc_default
@@ -44,6 +44,11 @@
44
"emoji": ":white_check_mark:",
45
"type": "Test:",
46
"description": "Adding missing tests or correcting existing tests"
47
+ },
48
+ {
49
+ "emoji": ":tada:",
50
+ "type": "Init:",
51
+ "description": "The very first commit"
52
}
53
],
54
"rules": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "semantic-git-commit-cli",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "A CLI for semantic git commits",
5
"main": "dest",
6
"bin": {
0 commit comments