Skip to content

Commit e3d8e55

Browse files
committed
docs: explicitly set the semantic versioning
also remote a redundant clarification
1 parent 65d5aef commit e3d8e55

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

changelog.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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".

0 commit comments

Comments
 (0)