mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +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:
parent
0ad9e94318
commit
c9ae9e183d
2 changed files with 8 additions and 0 deletions
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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue