Make changelog script able to manage admin changelogs (#24033)

* Make changelog script able to manage admin changelogs

* I forgot to remove the comment

* Yeah that should probably just be an exclusion instead.
This commit is contained in:
Pieter-Jan Briers
2024-01-14 01:16:37 +01:00
committed by GitHub
parent c412e6649c
commit 8302240672
2 changed files with 20 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
The part YAML takes the following format:
author: Your_Name_Here
category: Admin # if left out, falls under the main changelog
changes:
- type: Fix # One of the following: Add, Remove, Tweak, Fix
message: Your change here!