Skip to content

Commit bd7a45d

Browse files
Commit suggestion from review
1 parent 992ef8f commit bd7a45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ obtain, provide feedback (as bug reports or enhancements), and contribute to the
101101
* The project's source repository MUST track what changes were made, who made the changes, and when the changes were made.
102102
* To enable collaborative review, the project's source repository SHOULD include interim versions for review between releases; it SHOULD NOT include only final releases.
103103
* The project results MUST have a unique version identifier for each release intended to be used by users.
104-
We recommend to use either [Semantic Versioning](https://semver.org) or [Calendar Versioning](https://calver.org) as appropriate, since popular schemes.
104+
We recommend using a well defined versioning scheme that is consistent with practices in your sub-domain, e.g. [Semantic Versioning](https://semver.org) or [Calendar Versioning](https://calver.org).
105105
* The project MUST provide, in each release, release notes that are a human-readable summary of major changes in that release to help users determine if they should upgrade and what the upgrade impact will be.
106106
The release notes SHOULD NOT be the raw output of a version control log (e.g., the "git log" command results are not release notes).
107107

0 commit comments

Comments
 (0)