Skip to content

Commit ae775ce

Browse files
authored
Merge pull request #10 from analyticsjs/develop
chore: release next version
2 parents 44d91da + d4e0e8a commit ae775ce

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.md
2+
config.json

config.json

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
11
{
22
"lang": "en",
3-
"authors": ["chengpeiquan"],
4-
"dateRange": ["2021-12-01", "2022-01-31"],
5-
"repos": ["D:\\Git\\git-commit-analytics"],
3+
"authors": [
4+
"chengpeiquan"
5+
],
6+
"dateRange": [
7+
"2021-12-01",
8+
"2022-01-31"
9+
],
10+
"repos": [
11+
"D:\\Git\\git-commit-analytics"
12+
],
613
"format": {
714
"git-commit-analytics": "Git Commit Analytics"
815
},
9-
"includes": ["feat", "fix", "docs", "style", "refactor", "test", "chore"],
10-
"excludes": ["typo", "backup", "progress"]
16+
"includes": [
17+
"feat",
18+
"fix",
19+
"docs",
20+
"style",
21+
"refactor",
22+
"test",
23+
"chore"
24+
],
25+
"excludes": [
26+
"typo",
27+
"backup",
28+
"progress"
29+
]
1130
}

0 commit comments

Comments
 (0)