mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
more regression testing
This commit is contained in:
parent
4d08aea121
commit
67feeaf8ef
2 changed files with 24 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue