4
0

changelog-base.json 750 B

123456789101112131415161718192021222324252627282930313233343536
  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. "ignore_labels": [
  25. "ignore"
  26. ],
  27. "tag_resolver": {
  28. "filter": {
  29. "pattern": "<from-workflow>"
  30. },
  31. "transformer": {
  32. "pattern": "<from-workflow>",
  33. "target": "$1"
  34. }
  35. }
  36. }