Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/intro-to-semver.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SemVer introduces conventions about breaking changes into our version numbers so
* `{tag}` is optional and denotes a pre-release of the version preceeding
* `{buildmetadata}` is optional and contains additional information about the version, but **does not affect** the semantic version preceding it.

Only one number should be incremented per release, and all lower parts should be reset to 0 (if `{major}` is incrememented, then `{minor}` and `{patch}` should become 0).
Only one number should be incremented per release, and all lower parts should be reset to 0 (if `{major}` is incremented, then `{minor}` and `{patch}` should become 0).

For a more complete explaination check out [semver.org](http://semver.org) which is the official spec. Remember this is a brief introduction and does not cover all parts of semantic versioning, just the important parts to get started.

Expand Down