From 6c801f323c72c8448ee6dbd4530b54c4e14942fa Mon Sep 17 00:00:00 2001 From: Elijah Olmos <35435704+elijaholmos@users.noreply.github.com> Date: Sat, 17 Dec 2022 15:01:15 -0800 Subject: [PATCH] docs: create CITATION.cff --- CITATION.cff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..8dbe955 --- /dev/null +++ b/CITATION.cff @@ -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"