diff --git a/.github/release.yml b/.github/release.yml index 50c2371..5f6840a 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -4,41 +4,13 @@ changelog: - ignore-changelog categories: - - title: ":warning: Update considerations and deprecations" - labels: - - "type: breaking" - - "type: deprecation" - - "type: regression" - - "type: revert" - - - title: ":rocket: New features and improvements" - labels: - - "type: feature" - - "type: enhancement" - - - title: ":lady_beetle: Bug fixes" - labels: - - "type: fix" - - "type: bug" - - - title: ":nail_polish: Style, UI, UX" - labels: - - "type: UX" - - "type: UI" - - - title: ":book: Documentation" - labels: - - "type: documentation" - - - title: ":hammer: Build/Test Dependency Upgrades" + - title: ":question: What's Changed" labels: - - "type: dependencies" - - "type: testing" - - "type: ci/cd" - - "type: build" - - "type: chore" - - "type: task" + - "*" + exclude: + labels: + - dependencies - - title: ":question: What's Changed" + - title: ":hammer: Dependencies" labels: - - "type: refactor" + - dependencies