📦 Migrate to GitHub automated release notes

This commit is contained in:
Chris Araman 2021-12-28 15:32:41 -08:00
parent 6f9a5fc1a8
commit fbc64eb586
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0
3 changed files with 12 additions and 27 deletions

View file

@ -1,11 +0,0 @@
categories:
- title: '🚀 Features'
labels:
- '🆕 feature request'
- title: '🐛 Bug Fixes'
labels:
- '🐛 bug'
template: |
## Changes
$CHANGES

12
.github/release.yml vendored Normal file
View file

@ -0,0 +1,12 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
categories:
- title: '🚀 Features'
labels:
- '🆕 feature request'
- title: '🐛 Bug Fixes'
labels:
- '🐛 bug'
- title: Changes
labels:
- '*'

View file

@ -1,16 +0,0 @@
name: Release Drafter
on:
push:
branches: [ main ]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}