changelogithub.config.json 580 B

123456789101112131415161718192021
  1. {
  2. "types": {
  3. "feat": { "title": "🚀 Features" },
  4. "perf": { "title": "🔥 Performance" },
  5. "fix": { "title": "🩹 Fixes" },
  6. "refactor": { "title": "💅 Refactors" },
  7. "docs": { "title": "📖 Documentation" },
  8. "types": { "title": "🌊 Types" },
  9. "chore": { "title": "🏡 Chore" },
  10. "test": { "title": "🧪 Tests" },
  11. "style": { "title": "🎨 Styles" },
  12. "ci": { "title": "🤖 CI" }
  13. },
  14. "scopeMap": {},
  15. "titles": {
  16. "breakingChanges": "🚨 Breaking Changes"
  17. },
  18. "contributors": true,
  19. "capitalize": true,
  20. "group": true
  21. }