feat(ci): add release drafter (#4970)

Add release drafter to the Release CI.
This should create a draft release automatically !
This commit is contained in:
Quentin G 2024-04-15 20:09:06 +02:00 committed by GitHub
parent 0ad9e94318
commit c9ae9e183d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

4
.github/release-drafter.yml vendored Normal file
View File

@ -0,0 +1,4 @@
template: |
## What's Changed
$CHANGES

View File

@ -46,3 +46,7 @@ jobs:
commit_user_name: Github Action Deploy
commit_user_email: github-action-deploy@twenty.com
commit_author: Github Action Deploy <github-action-deploy@twenty.com>
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}