0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 13:58:33 +00:00
This commit is contained in:
Elijah Olmos 2025-06-23 19:31:21 +09:00 committed by GitHub
commit 941e9eb624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
CITATION.cff Normal file
View File

@ -0,0 +1,12 @@
cff-version: 1.2.0
message: "If you reference the Semantic Versioning Specification in your work, please use this metadata."
abstract: '"Semantic Versioning" or "SemVer" contain a set of rules and requirements that dictate how version numbers are assigned and incremented.'
authors:
- family-names: Preston-Werner
given-names: Tom
title: Semantic Versioning Specification
version: 2.0.0
date-released: 2013-06-18
url: "https://semver.org"
repository-code: "https://github.com/semver/semver"
license: "CC-BY-3.0"