diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 74ab358..8632a07 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -4,3 +4,14 @@ template: | ## Whatโ€™s Changed $CHANGES + +categories: + - title: '๐Ÿš€ Features' + collapse-after: 3 + label: 'enhancement' + - title: '๐Ÿ› Bug Fixes' + collapse-after: 3 + labels: + - 'fix' + - 'bugfix' + - 'bug' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53fda7e..631c0d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,3 +26,5 @@ jobs: - uses: ncipollo/release-action@v1 with: artifacts: 'to-do-mvc.zip' + allowUpdates: true + updateOnlyUnreleased: true