Skip to content

Commit bfa0243

Browse files
authored
Update versioning docs (#451)
1 parent 276ccde commit bfa0243

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/versioning.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Format is `YYYY.0M.0D_MICRO` with the following components:
99
- `YYYY` - four digit year
1010
- `0M` - zero-padded, two-digit, month number
1111
- `0D` - zero-padded, two-digit, day of month
12-
- `_MICRO` - optional. single-digit, intra-day patch number.
12+
- `-MICRO` - optional. single-digit, intra-day patch number.
1313

1414
The patch number is omitted for the first release on any given day.
1515

@@ -18,5 +18,6 @@ The patch number is omitted for the first release on any given day.
1818
Data formats are versioned using a SemVer-compatible scheme extended with
1919
guidance for stable migration paths between major version.
2020

21-
See https://gist.github.com/brandonbloom/465625acaf0120354614e7fc0c117c62 for
22-
details.
21+
See
22+
[https://gist.github.com/brandonbloom/465625acaf0120354614e7fc0c117c62](https://gist.github.com/brandonbloom/465625acaf0120354614e7fc0c117c62)
23+
for details.

0 commit comments

Comments
 (0)