From cf871c4f974410b9387d146ddece183cacfaea88 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Wed, 28 Jan 2026 20:45:19 -0500 Subject: [PATCH] chore(xfer): update release notes structure Post-transfer update of release notes content structure. Signed-off-by: Ryan Johnson --- .github/release.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 47288604..60034d3e 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,25 +1,24 @@ -# Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 - +--- changelog: exclude: labels: - ignore-for-release categories: - - title: Breaking Changes πŸ›  + - title: Breaking Changes labels: - breaking-change - - title: Exciting New Features πŸŽ‰ + - title: Enhancements labels: - enhancement - - title: Bug fixesπŸ§‘β€πŸ”§ 🐞 + - title: Bug Fixes labels: - - bug - - title: Doc improvements πŸ“š + - bug + - title: Documentation labels: - - docs - documentation - - title: Other Changes + - title: Chore + labels: + - chore + - title: Other labels: - "*" -