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..836e5fab 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,8 +33,10 @@ version-resolver: - 'feature' patch: labels: + - 'fix' - 'bug' - 'bugfix' default: patch -change-template: '- $TITLE (PR #$NUMBER)' +change-template: '- $TITLE by @$AUTHOR (PR #$NUMBER)' template: $CHANGES +footer: '**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION' diff --git a/.github/workflows/release-management.yml b/.github/workflows/release-management.yml index 09dfebb6..a4f47639 100644 --- a/.github/workflows/release-management.yml +++ b/.github/workflows/release-management.yml @@ -4,9 +4,6 @@ on: push: branches: [ master ] -permissions: - contents: read - jobs: test_and_build: name: Test and build