1
0

release.yml 431 B

1234567891011121314
  1. changelog:
  2. categories:
  3. - title: "Breaking Changes"
  4. labels: ["type: breaking", "breaking-change"]
  5. - title: "Added"
  6. labels: ["type: feature", "enhancement"]
  7. - title: "Fixed"
  8. labels: ["type: bug", "bug"]
  9. - title: "Documentation"
  10. labels: ["type: docs", "documentation"]
  11. - title: "Maintenance"
  12. labels: ["type: chore", "chore", "dependencies"]
  13. exclude:
  14. labels: ["skip-changelog"]