-
Notifications
You must be signed in to change notification settings - Fork 1
CHANGELOG Format
John T. Wodder II edited this page Apr 9, 2023
·
4 revisions
A changelog is a Markdown or reStructuredText file containing an optional intro and one or more sections, each one corresponding to a different version/release.
-
Each section begins with a section title followed by a line of three or more hyphens. The section title must be in one of the following formats:
-
vVERSION (DATE)
(whereDATE
is inYYYY-MM-DD
format) -
vDATEVERSION
(whereDATEVERSION
is inYYYY.M.D
format) vVERSION (in development)
In Development
-
-
The remainder of each section after the starting lines is freeform.
-
Sections should be separated by blank lines.
-
The intro is all text before the first section. It may contain other sectional headings (albeit ones not made with hyphens).