mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 03:42:30 +00:00
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:
4
.github/release-drafter.yml
vendored
Normal file
4
.github/release-drafter.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
template: |
|
||||
## What's Changed
|
||||
|
||||
$CHANGES
|
||||
4
.github/workflows/ci-release.yaml
vendored
4
.github/workflows/ci-release.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user