diff --git a/.github/release.yml b/.github/release.yml index 35dd6d6a..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 πŸ“š + - title: Documentation labels: - - docs - documentation - - title: Other Changes + - title: Chore + labels: + - chore + - title: Other labels: - "*" -