Update release-draft-template.yml

This commit is contained in:
Clémentine Urquizar 2021-03-09 19:04:32 +01:00
parent 4aaa561147
commit 85f3b192d5
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
2 changed files with 4 additions and 8 deletions

View File

@ -1,14 +1,11 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
version-template: '0.21.0-alpha.$PATCH'
version-resolver:
default: patch
categories:
- title: 'Breaking changes ⚠️'
label: 'breaking-change'
template: |
## Changes
$CHANGES
no-changes-template: 'Changes are coming soon 😎'
sort-direction: 'ascending'
version-resolver:
default: patch

View File

@ -3,8 +3,7 @@ name: Release Drafter
on:
push:
branches:
# - main
- release-drafter
- main
jobs:
update_release_draft:
@ -12,6 +11,6 @@ jobs:
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-draft-template.yml
config-name: release-draft-template-ll.yml
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_DRAFTER_TOKEN }}