mirror of
https://github.com/semver/semver.git
synced 2025-08-28 16:55:29 +00:00
Semantic Versioning Specification
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/sangshanrupesh/semver?shareId=XXXX-XXXX-XXXX-XXXX). |
||
---|---|---|
.github/workflows | ||
.gitignore | ||
.remarkrc | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
semver.md | ||
semver.svg |
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.
More info here...
Save
The "Save" feature allows you to save the current state of your project, including all dependencies and configurations, to a file. This can be useful for creating backups or sharing your project with others.
Example
To use the "Save" feature, run the following command:
npm run save
This will create a file named project-save.json
in the root directory of your project, containing all the necessary information to restore the project to its current state.