We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41f1bd4 + d1eda2e commit 3172c80Copy full SHA for 3172c80
2 files changed
.github/workflows/pr-auto-label.yml
@@ -30,7 +30,7 @@ jobs:
30
'feat': 'feature',
31
'feature': 'feature',
32
'improvement': 'enhancement',
33
- 'doc': 'documentation',
+ 'docs': 'documentation',
34
'readme': 'documentation',
35
'chore': 'chore',
36
'bump': 'dependencies',
docs/source/development/git.md
@@ -561,6 +561,7 @@ oco config set OCO_API_KEY=xxx
561
```bash
562
oco config set OCO_GITPUSH=false # 关闭自动 push
563
oco config set OCO_ONE_LINE_COMMIT=true # 单行 commit
564
+ oco config set OCO_OMIT_SCOPE=true # 省略 scope
565
```
566
567
4. 使用 oco 命令生成 commit
0 commit comments