# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
exclude:
labels:
categories:
# Types from https://keepachangelog.com/en/1.0.0/
# `Added` for new features
- title: Added
labels:
# `Changed` for changes in existing functionality
- title: Changed
labels:
# `Deprecated` for soon-to-be removed features
- title: Deprecated
labels:
# `Removed` for now removed features
- title: Removed
labels:
# `Fixed` for any bug fixes
- title: Fixed
labels: