mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
Update release-draft-template.yml
This commit is contained in:
parent
4aaa561147
commit
85f3b192d5
7
.github/release-draft-template.yml
vendored
7
.github/release-draft-template.yml
vendored
@ -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
|
||||||
|
5
.github/workflows/release-drafter.yml
vendored
5
.github/workflows/release-drafter.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user