|
4 | 4 | "packages": { |
5 | 5 | ".": { |
6 | 6 | "release-type": "node", |
7 | | - "package-name": "palvelutarjotin-admin" |
| 7 | + "package-name": "palvelutarjotin-admin", |
| 8 | + "changelog-sections": [ |
| 9 | + { "type": "feat", "section": "Features" }, |
| 10 | + { "type": "fix", "section": "Bug Fixes" }, |
| 11 | + { "type": "perf", "section": "Performance Improvements" }, |
| 12 | + { "type": "deps", "section": "Dependencies" }, |
| 13 | + { "type": "revert", "section": "Reverts" }, |
| 14 | + { "type": "docs", "section": "Documentation" }, |
| 15 | + { "type": "style", "section": "Styles", "hidden": true }, |
| 16 | + { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, |
| 17 | + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, |
| 18 | + { "type": "test", "section": "Tests", "hidden": true }, |
| 19 | + { "type": "build", "section": "Build System", "hidden": true }, |
| 20 | + { "type": "ci", "section": "Continuous Integration", "hidden": true } |
| 21 | + ] |
8 | 22 | } |
9 | 23 | }, |
10 | 24 | "plugins": ["sentence-case"] |
|
0 commit comments