mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
Merge #1882
1882: Remove release drafter r=curquiza a=curquiza Remove release drafter since it's not used at the moment due to the specific release process of MeiliSearch. Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
15cb4dafa9
13
.github/release-draft-template.yml
vendored
13
.github/release-draft-template.yml
vendored
@ -1,13 +0,0 @@
|
|||||||
name-template: 'v$RESOLVED_VERSION'
|
|
||||||
tag-template: 'v$RESOLVED_VERSION'
|
|
||||||
version-template: '0.21.0-alpha.$PATCH'
|
|
||||||
exclude-labels:
|
|
||||||
- 'skip-changelog'
|
|
||||||
template: |
|
|
||||||
## Changes
|
|
||||||
|
|
||||||
$CHANGES
|
|
||||||
no-changes-template: 'Changes are coming soon 😎'
|
|
||||||
sort-direction: 'ascending'
|
|
||||||
version-resolver:
|
|
||||||
default: patch
|
|
16
.github/workflows/release-drafter.yml
vendored
16
.github/workflows/release-drafter.yml
vendored
@ -1,16 +0,0 @@
|
|||||||
name: Release Drafter
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update_release_draft:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: release-drafter/release-drafter@v5
|
|
||||||
with:
|
|
||||||
config-name: release-draft-template.yml
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.RELEASE_DRAFTER_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user