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' name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION'
version-template: '0.21.0-alpha.$PATCH' version-template: '0.21.0-alpha.$PATCH'
version-resolver:
default: patch
categories:
- title: 'Breaking changes ⚠️'
label: 'breaking-change'
template: | template: |
## Changes ## Changes
$CHANGES $CHANGES
no-changes-template: 'Changes are coming soon 😎' no-changes-template: 'Changes are coming soon 😎'
sort-direction: 'ascending' sort-direction: 'ascending'
version-resolver:
default: patch

View File

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