release.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. #
  5. # Provide the configuration and categorization for generated release notes.
  6. changelog:
  7. exclude:
  8. labels:
  9. - ignore-for-release
  10. categories:
  11. - title: 'Proposals accepted and merged :scroll:'
  12. labels:
  13. - proposal
  14. exclude.labels:
  15. - bot
  16. - title: 'Toolchain and implementation changes :hammer_and_wrench:'
  17. labels:
  18. - toolchain
  19. exclude.labels:
  20. - bot
  21. - title: 'Documentation changes :memo:'
  22. labels:
  23. - documentation
  24. exclude.labels:
  25. - bot
  26. - title: 'Utilities :triangular_ruler:'
  27. labels:
  28. - utilities
  29. exclude.labels:
  30. - bot
  31. - title: 'Infrastructure changes :building_construction:'
  32. labels:
  33. - infrastructure
  34. exclude.labels:
  35. - bot
  36. - title: 'Automated robot PRs :robot:'
  37. labels:
  38. - bot
  39. - title: 'Other changes'
  40. labels:
  41. - '*'