mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-22 19:41:53 +03: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
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 New Issue
Block a user