Skip to content

Commit

Permalink
chore: 修改package,增加commit 类型
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySoft committed Aug 19, 2024
1 parent eadaa28 commit 84bd54b
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,58 @@
"lint-staged": "^10.0.7",
"typescript": "latest",
"yorkie": "^2.0.0"
},
"standard-version": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Styles"
},
{
"type": "chore",
"section": "Others"
},
{
"type": "build",
"section": "Build System"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "improvement",
"section": "Feature Improvements"
},
{
"type": "impr",
"section": "Feature Improvements"
},
{
"type": "test",
"section": "Tests"
},
{
"type": "ci",
"section": "CI"
}
],
"scopes": []
}
}

0 comments on commit 84bd54b

Please sign in to comment.