diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 000000000..a4dce4c2b --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,4 @@ +template: | + ## What's Changed + + $CHANGES diff --git a/.github/workflows/ci-release.yaml b/.github/workflows/ci-release.yaml index 2c28db365..fe653e467 100644 --- a/.github/workflows/ci-release.yaml +++ b/.github/workflows/ci-release.yaml @@ -46,3 +46,7 @@ jobs: commit_user_name: Github Action Deploy commit_user_email: github-action-deploy@twenty.com commit_author: Github Action Deploy + + - uses: release-drafter/release-drafter@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}