diff --git a/.github/release-drafter-config.yml b/.github/release-drafter-config.yml index 413d94f..0eb1ee3 100644 --- a/.github/release-drafter-config.yml +++ b/.github/release-drafter-config.yml @@ -1,7 +1,7 @@ name-template: 'Version $NEXT_PATCH_VERSION' tag-template: 'v$NEXT_PATCH_VERSION' categories: - - title: '🚀Features' + - title: 'Features' labels: - 'feature' - 'enhancement' @@ -12,10 +12,10 @@ categories: - 'bug' - title: 'Maintenance' label: 'chore' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-template: '- $TITLE (#$NUMBER)' exclude-labels: - 'skip-changelog' template: | ## Changes - $CHANGES \ No newline at end of file + $CHANGES diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index c205014..ec2d88b 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -16,4 +16,4 @@ jobs: # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml config-name: release-drafter-config.yml env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}