changelog-base.json 873 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "categories": [
  3. {
  4. "title": "## 🚀 Features",
  5. "labels": ["feature"],
  6. "exhaustive": true
  7. },
  8. {
  9. "title": "## 🐛 Fixes and 🤏 Small Changes",
  10. "labels": ["fix"],
  11. "exhaustive": true
  12. },
  13. {
  14. "title": "## 🧪 Tests",
  15. "labels": ["test"],
  16. "exhaustive": true
  17. },
  18. {
  19. "title": "## 🤝 Dependencies and 🤖 Generated Code",
  20. "labels": ["dependencies"],
  21. "exhaustive": true
  22. },
  23. {
  24. "title": "## 📃 Documentation",
  25. "labels": ["documentation"],
  26. "exhaustive": true
  27. }
  28. ],
  29. "ignore_labels": [
  30. "ignore"
  31. ],
  32. "tag_resolver": {
  33. "filter": {
  34. "pattern": "<from-workflow>"
  35. },
  36. "transformer": {
  37. "pattern": "<from-workflow>",
  38. "target": "$1"
  39. }
  40. }
  41. }