mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:00:11 +01:00
I'm doing this separately from removing the explorer/ and installers/ directories so that it's easier to review the side-effects. Note for the main README, I didn't think it was worth keeping a mention of "used to have a prototype interpreter, now archived" versus focusing on the existing toolchain (for "Currently, we have fleshed out"). --------- Co-authored-by: Richard Smith <richard@metafoo.co.uk>
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
|
|
# Exceptions. See /LICENSE for license information.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
#
|
|
# Provide the configuration and categorization for generated release notes.
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- ignore-for-release
|
|
|
|
categories:
|
|
- title: 'Proposals accepted and merged :scroll:'
|
|
labels:
|
|
- proposal
|
|
exclude.labels:
|
|
- bot
|
|
- title: 'Toolchain and implementation changes :hammer_and_wrench:'
|
|
labels:
|
|
- toolchain
|
|
exclude.labels:
|
|
- bot
|
|
- title: 'Documentation changes :memo:'
|
|
labels:
|
|
- documentation
|
|
exclude.labels:
|
|
- bot
|
|
- title: 'Utilities :triangular_ruler:'
|
|
labels:
|
|
- utilities
|
|
exclude.labels:
|
|
- bot
|
|
- title: 'Infrastructure changes :building_construction:'
|
|
labels:
|
|
- infrastructure
|
|
exclude.labels:
|
|
- bot
|
|
- title: 'Automated robot PRs :robot:'
|
|
labels:
|
|
- bot
|
|
- title: 'Other changes'
|
|
labels:
|
|
- '*'
|