diff --git a/.github/release.yml b/.github/release.yml index 8ab5a3e..82a984d 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -2,12 +2,13 @@ changelog: exclude: labels: - ignore-changelog + - type/chore + - type/dependency-upgrade categories: - title: ":warning: Update considerations and deprecations" labels: - "warn/api-change" - "warn/behavior-change" - - "warn/blocker" - "warn/deprecation" - "warn/regression" - title: ":sparkles: New features and improvements" @@ -16,13 +17,9 @@ changelog: - title: ":lady_beetle: Bug fixes" labels: - "type/bug" - - title: ":book: Documentation, Tests and Build" + - title: ":book: Documentation" labels: - "type/documentation" - - "type/chores" - - title: ":up: Dependency Upgrades" - labels: - - "type/dependency-upgrade" - title: ":question: Other Changes" labels: - "*" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 82a984d..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,25 +0,0 @@ -changelog: - exclude: - labels: - - ignore-changelog - - type/chore - - type/dependency-upgrade - categories: - - title: ":warning: Update considerations and deprecations" - labels: - - "warn/api-change" - - "warn/behavior-change" - - "warn/deprecation" - - "warn/regression" - - title: ":sparkles: New features and improvements" - labels: - - "type/enhancement" - - title: ":lady_beetle: Bug fixes" - labels: - - "type/bug" - - title: ":book: Documentation" - labels: - - "type/documentation" - - title: ":question: Other Changes" - labels: - - "*"