From d2a4e7606e21f955040ab07b1e32e51e605bae04 Mon Sep 17 00:00:00 2001 From: Zack Krida Date: Wed, 22 Jul 2020 16:48:27 -0400 Subject: [PATCH] Version bump + document CalVer --- README.md | 20 ++++++++++++-------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 22001cf..5dd3f27 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@

@@ -18,7 +18,7 @@ > Fonts is a collection of typefaces for the web facing Creative Commons.

- MIT license @@ -33,7 +33,7 @@ style="margin-right: 1em;"> GitHub Actions - Netlify @@ -56,6 +56,10 @@ To use Fonts in your projects, refer to [this document](https://cc-fonts.netlify To contribute to Fonts, refer to [this document](https://cc-fonts.netlify.com/?path=/docs/vocabulary-contribution--page). +### Versioning + +Fonts uses [CalVer](https://calver.org/) for version numbering, in the `YYYY.0M.Micro` format. `Micro` is bumped whenever there are multiple releases in a month, for example `2020.07.1` is the first release in July 2020, while `2020.07.2` is the second. + ### Disclaimer This project is still under development and as a consequence of the fact, users diff --git a/package-lock.json b/package-lock.json index 55e127e..fda0d2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@creativecommons/fonts", - "version": "1.0.0-beta.10", + "version": "2020.07.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a79f37c..5778fe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@creativecommons/fonts", - "version": "1.0.0-beta.10", + "version": "2020.07.1", "description": "Typefaces that lend personality to the web facing Creative Commons", "author": "Creative Commons (https://creativecommons.org)", "scripts": {