From bfa02438f51719394370e2871ba16f2a8d4a6b59 Mon Sep 17 00:00:00 2001 From: Ben Elgar Date: Wed, 27 Oct 2021 17:26:31 +0100 Subject: [PATCH] Update versioning docs (#451) --- doc/versioning.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/versioning.md b/doc/versioning.md index 302ebae72..66db03168 100644 --- a/doc/versioning.md +++ b/doc/versioning.md @@ -9,7 +9,7 @@ Format is `YYYY.0M.0D_MICRO` with the following components: - `YYYY` - four digit year - `0M` - zero-padded, two-digit, month number - `0D` - zero-padded, two-digit, day of month -- `_MICRO` - optional. single-digit, intra-day patch number. +- `-MICRO` - optional. single-digit, intra-day patch number. The patch number is omitted for the first release on any given day. @@ -18,5 +18,6 @@ The patch number is omitted for the first release on any given day. Data formats are versioned using a SemVer-compatible scheme extended with guidance for stable migration paths between major version. -See https://gist.github.com/brandonbloom/465625acaf0120354614e7fc0c117c62 for -details. +See +[https://gist.github.com/brandonbloom/465625acaf0120354614e7fc0c117c62](https://gist.github.com/brandonbloom/465625acaf0120354614e7fc0c117c62) +for details.