Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 631 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 631 Bytes

Inspired by Solving Gitlab's CHANGELOG crisis we now use a single file per change. Of course, if you feel adding an entry to the CHANGELOG would only pollute it, feel free to not make a file. To keep it somewhat manageable:

  • Create a changelog file: touch changelog/$(date --iso-8601=seconds | tr : _)_my_change_message
  • We collect these files for each release and put their messages in CHANGELOG.md. The files are subsequently deleted.
  • Messages should be valid Markdown

I've added an example to the commit introducing this change.