fix gh #158: add part doc for PYTAGNUM

This commit is contained in:
Manuel Barkhau 2021-03-18 18:02:45 +00:00
parent 8b57e666df
commit 8f437ef9c7

View file

@ -614,7 +614,7 @@ final
[url_calver_org_scheme]: https://calver.org/#scheme
| part | range / example(s) | info |
|---------|---------------------------|--------------------------------------------|
|------------|---------------------------|---------------------------------------------|
| `MAJOR` | 0..9, 10..99, 100.. | `bumpver update --major` |
| `MINOR` | 0..9, 10..99, 100.. | `bumpver update --minor` |
| `PATCH` | 0..9, 10..99, 100.. | `bumpver update --patch` |
@ -628,6 +628,7 @@ final
| `BUILD` | 1001, 1002 .. 1999, 22000 | build number (maintains lexical order) |
| `INC0` | 0, 1, 2... | 0-based auto incrementing number |
| `INC1` | 1, 2... | 1-based auto incrementing number |
| `PYTAGNUM` | a0, a1, rc0, ... | `PYTAG` + `NUM` (no white-space in between) |
The following are also available, but you should review the [Normalization Caveats](#normalization-caveats) before you decide to use them.