0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 22:08:33 +00:00
Semantic Versioning Specification
Go to file
Camila Macedo 4a00a820c8
Update: Provide more clarity about the term ANY time for initial development releases
## Description

The text `Anything MAY change at any time` can lead the idea that no rules are required and that PATCH releases can also introduces breaking changes or new functionalities when I understand that the whole idea here is clarifies that no compatible changes will be addressed in MINOR releases since the project has no MAJOR bumps at all. 

So, could we please try to clarifies this one?
2023-02-08 09:26:16 +00:00
.github/workflows Update GHA workflow 2022-07-21 17:12:23 +09:00
.gitignore feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
.remarkrc feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
CODE_OF_CONDUCT.md Code of conduct: Use https links 2020-06-22 18:09:22 -07:00
CONTRIBUTING.md Update maintainers list 2022-07-27 20:55:21 +09:00
package-lock.json Run npm audit --force 2022-07-26 21:08:00 +09:00
package.json Run npm audit --force 2022-07-26 21:08:00 +09:00
README.md explain how changes are published to the website 2021-07-26 10:45:22 +02:00
semver.md Update: Provide more clarity about the term ANY time for initial development releases 2023-02-08 09:26:16 +00:00
semver.svg Add railroad-diagram svg 2013-07-24 15:05:22 -07:00

Semantic Versioning Specification

"Semantic Versioning" or "SemVer" contain a set of rules and requirements that dictate how version numbers are assigned and incremented. You can find full document in semver.md or visit our official website semver.org to find previous versions and localized specifications.

Changes to the document are published to the website by a GitHub Actions workflow which runs once each day.