mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
📦 Migrate to GitHub automated release notes
This commit is contained in:
parent
6f9a5fc1a8
commit
fbc64eb586
3 changed files with 12 additions and 27 deletions
11
.github/release-drafter.yml
vendored
11
.github/release-drafter.yml
vendored
|
@ -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
12
.github/release.yml
vendored
Normal 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:
|
||||
- '*'
|
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:
|
||||
- name: Release Drafter
|
||||
uses: release-drafter/release-drafter@v5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue