release.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. - explorer
  20. exclude.labels:
  21. - bot
  22. - title: 'Documentation changes :memo:'
  23. labels:
  24. - documentation
  25. exclude.labels:
  26. - bot
  27. - title: 'Utilities :triangular_ruler:'
  28. labels:
  29. - utilities
  30. exclude.labels:
  31. - bot
  32. - title: 'Infrastructure changes :building_construction:'
  33. labels:
  34. - infrastructure
  35. exclude.labels:
  36. - bot
  37. - title: 'Automated robot PRs :robot:'
  38. labels:
  39. - bot
  40. - title: 'Other changes'
  41. labels:
  42. - '*'