File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11// The purpose of the changelog is to provide a concise overview of what was changed.
2- // The purpose of the format is to make the changelog more organized.
2+ // The purpose of the changelog format is to make it more organized.
3+ // Versioning follows the x.y.z pattern. Since 0.8.0, the increment has the following meaning:
4+ // z - it's a bugfix release
5+ // y - it's a feature release
6+ // x - it's backwards-incompatible
7+ //
38// Version: x.y.z
49// Date: Month Day Year of the release
5- // Each section exists only if there is something in it for this release.
610// Features:
711// First go new features. They usually start with "Add". If they mostly add things, they go to this part.
812// Then go the changes in the existing behavior. They usually start with "Update".
You can’t perform that action at this time.
0 commit comments