mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-18 04:55:27 +00:00
37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
################################
|
|
# Example Changelog File
|
|
#
|
|
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
|
#
|
|
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
|
# When it is, any changes listed below will disappear.
|
|
#
|
|
# Valid Prefixes:
|
|
# bugfix
|
|
# wip (For works in progress)
|
|
# tweak
|
|
# soundadd
|
|
# sounddel
|
|
# rscdel (general adding of nice things)
|
|
# rscadd (general deleting of nice things)
|
|
# imageadd
|
|
# imagedel
|
|
# spellcheck (typo fixes)
|
|
# experiment
|
|
# tgs (TG-ported fixes?)
|
|
#################################
|
|
|
|
# Your name.
|
|
author: N3X15
|
|
|
|
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
|
#delete-after: True
|
|
|
|
# Any changes you've made. See valid prefix list above.
|
|
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
|
# SCREW THIS UP AND IT WON'T WORK.
|
|
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
|
changes:
|
|
- rscadd: Added a changelog editing system that should cause fewer conflicts and more accurate timestamps.
|
|
- rscdel: Killed innocent kittens.
|