Skip to content

Commit

Permalink
docs: fix typos #171
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Apr 29, 2024
1 parent 56f91af commit e9d9a69
Show file tree
Hide file tree
Showing 5 changed files with 5,439 additions and 4,438 deletions.
6 changes: 0 additions & 6 deletions docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ module.exports = {
allowCustomIssuePrefix: true,
allowEmptyIssuePrefix: true,
confirmColorize: true,
maxHeaderLength: Infinity,
maxSubjectLength: Infinity,
minSubjectLength: 0,
scopeOverrides: undefined,
defaultBody: '',
defaultIssues: '',
Expand Down Expand Up @@ -247,9 +244,6 @@ module.exports = {
allowCustomIssuePrefix: true,
allowEmptyIssuePrefix: true,
confirmColorize: true,
maxHeaderLength: Infinity,
maxSubjectLength: Infinity,
minSubjectLength: 0,
scopeOverrides: undefined,
defaultBody: "",
defaultIssues: "",
Expand Down
12 changes: 0 additions & 12 deletions docs/zh/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ module.exports = {
allowCustomIssuePrefix: true,
allowEmptyIssuePrefix: true,
confirmColorize: true,
maxHeaderLength: Infinity,
maxSubjectLength: Infinity,
minSubjectLength: 0,
scopeOverrides: undefined,
defaultBody: '',
defaultIssues: '',
Expand Down Expand Up @@ -249,9 +246,6 @@ module.exports = {
allowCustomIssuePrefix: true,
allowEmptyIssuePrefix: true,
confirmColorize: true,
maxHeaderLength: Infinity,
maxSubjectLength: Infinity,
minSubjectLength: 0,
scopeOverrides: undefined,
defaultBody: '',
defaultIssues: '',
Expand Down Expand Up @@ -336,9 +330,6 @@ module.exports = {
allowCustomIssuePrefix: true,
allowEmptyIssuePrefix: true,
confirmColorize: true,
maxHeaderLength: Infinity,
maxSubjectLength: Infinity,
minSubjectLength: 0,
scopeOverrides: undefined,
defaultBody: '',
defaultIssues: '',
Expand Down Expand Up @@ -414,9 +405,6 @@ module.exports = {
allowCustomIssuePrefix: true,
allowEmptyIssuePrefix: true,
confirmColorize: true,
maxHeaderLength: Infinity,
maxSubjectLength: Infinity,
minSubjectLength: 0,
scopeOverrides: undefined,
defaultBody: "",
defaultIssues: "",
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build.environment]
NODE_VERSION = "16"
NODE_VERSION = "20"

[build]
publish = "docs/.vitepress/dist"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"customizable",
"cz-customizable"
],
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@9.0.0",
"scripts": {
"x": "czg",
"build": "pnpm clean && pnpm -r build",
Expand Down Expand Up @@ -65,7 +65,7 @@
"node-fetch": "2.6.9",
"ora": "^7.0.1",
"pathe": "^1.1.1",
"pnpm": "8.7.6",
"pnpm": "9.0.0",
"rimraf": "3.0.2",
"simple-git-hooks": "^2.9.0",
"ts-json-schema-generator": "^1.3.0",
Expand Down
Loading

0 comments on commit e9d9a69

Please sign in to comment.