|
1 | 1 | module.exports = { |
2 | 2 | types: [ |
3 | | - { type: "feat", section: "Added" }, |
4 | | - { type: "fix", section: "Fixed" }, |
5 | | - { type: "perf", section: "Performance Improvements" }, |
6 | | - { type: "docs", section: "Documentation" }, |
7 | | - { type: "chore", section: "Chores" }, |
8 | | - { type: "refactor", section: "Code Refactoring" }, |
9 | | - { type: "test", section: "Tests" }, |
10 | | - { type: "build", section: "Build System" }, |
11 | | - { type: "ci", section: "Continuous Integration" }, |
| 3 | + { type: 'feat', section: 'Added' }, |
| 4 | + { type: 'fix', section: 'Fixed' }, |
| 5 | + { type: 'perf', section: 'Performance Improvements' }, |
| 6 | + { type: 'docs', section: 'Documentation' }, |
| 7 | + { type: 'chore', section: 'Chores' }, |
| 8 | + { type: 'refactor', section: 'Code Refactoring' }, |
| 9 | + { type: 'test', section: 'Tests' }, |
| 10 | + { type: 'build', section: 'Build System' }, |
| 11 | + { type: 'ci', section: 'Continuous Integration' }, |
12 | 12 | ], |
13 | 13 | } |
0 commit comments