21 lines
701 B
YAML
21 lines
701 B
YAML
# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
|
|
|
|
changelog:
|
|
exclude:
|
|
categories:
|
|
- title: 🚀 Features & Improvements
|
|
labels: [feat, perf, refactor]
|
|
- title: 🐛 Bug Fixes
|
|
labels: [fix, revert]
|
|
- title: 📚 Documentation
|
|
labels: [docs]
|
|
- title: 🛠️ Build, CI, Test, and Chores
|
|
labels: [build, ci, test, chore]
|
|
- title: Other Changes
|
|
labels: ["*"]
|
|
exclude:
|
|
labels: [style]
|