diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 1dd04024..4927c6b6 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1,6 +1,6 @@ BC: bc/* feature: [feature/*, task/*] -bug: [bug/*, bugfix/*] +fix: [fix/*, bug/*, bugfix/*] refactoring: refactoring/* documentation: [docs/*, documentation/*] maintenance: maintenance/* diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index fa4f4830..1ce4a92d 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -12,6 +12,7 @@ categories: - 'enhancement' - title: '🐞 Bug Fixes' labels: + - 'fix' - 'bug' - 'bugfix' - title: '♻️ Refactoring' @@ -32,6 +33,7 @@ version-resolver: - 'feature' patch: labels: + - 'fix' - 'bug' - 'bugfix' default: patch