more regression testing

This commit is contained in:
Manuel Barkhau 2020-10-02 21:50:09 +00:00
parent 4d08aea121
commit 67feeaf8ef
2 changed files with 24 additions and 9 deletions

View file

@ -231,12 +231,12 @@ These patterns are closely based on https://calver.org/
| `00J` | 001, 002..366 | `%j` |
| `BUILD` | 0011, 1001, 1002, .. | build number (lexid) |
| `BLD` | 11, 1001, 1002, .. | zero truncated `BUILD` |
| `MAJOR` | 0..9, 10..99, 100.. | `--major` |
| `MINOR` | 0..9, 10..99, 100.. | `-m/--minor` |
| `PATCH` | 0..9, 10..99, 100.. | `-p/--patch` |
| `NUM` | 0, 1, 2... | `-r/--release-num` |
| `RELEASE` | alpha, beta, rc | `--release=<tag>` |
| `PYTAG` | a, b, rc | `--release=<tag>` |
| `NUM` | 0, 1, 2... | release tag number |
| `MAJOR` | 0..9, 10..99, 100.. | `--major` |
| `MINOR` | 0..9, 10..99, 100.. | `--minor` |
| `PATCH` | 0..9, 10..99, 100.. | `--patch` |
### Week Numbering