Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semver/semver
Semantic Versioning Specification
https://github.com/semver/semver
Last synced: 14 days ago
JSON representation
Semantic Versioning Specification
- Host: GitHub
- URL: https://github.com/semver/semver
- Owner: semver
- Created: 2011-05-29T23:10:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T20:53:55.000Z (4 months ago)
- Last Synced: 2024-08-20T13:02:38.140Z (3 months ago)
- Homepage: semver.org
- Size: 167 KB
- Stars: 7,170
- Watchers: 183
- Forks: 690
- Open Issues: 121
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - semver/semver - Semantic Versioning Specification (miscellaneous)
- my-awesome-starred - semver/semver - Semantic Versioning Specification (Others)
- my-awesome - semver/semver - 07 star:7.3k fork:0.7k Semantic Versioning Specification (Others)
README
# Semantic Versioning Specification
"Semantic Versioning" or "SemVer" contains a set of rules and requirements that dictate how version numbers are assigned and incremented. You can find the full document in [semver.md](./semver.md) or visit our official website [semver.org](https://semver.org) to find previous versions and localized specifications.
Changes to the document are published to the website by a [GitHub Actions workflow](https://github.com/semver/semver.org/blob/gh-pages/.github/workflows/sync.yml) which runs once each day.
## Contributing
See the [contribution guide](./CONTRIBUTING.md).