* Make changelog script able to manage admin changelogs * I forgot to remove the comment * Yeah that should probably just be an exclusion instead.
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
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!
|
|
|