Skip to content

Commit

Permalink
Update versioning docs (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElgar authored Oct 27, 2021
1 parent 276ccde commit bfa0243
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

0 comments on commit bfa0243

Please sign in to comment.