Add both "plain" and v prefix version outputs

This commit is contained in:
Phil Jay
2022-02-10 22:27:59 +11:00
parent fde70f2da9
commit ba14b463c4
3 changed files with 18 additions and 3 deletions

View File

@@ -91,6 +91,9 @@ Examples:
| major-version | Major number of the incremented version |
| minor-version | Minor number of the incremented version |
| patch-version | Patch number of the incremented version |
| major-v-version | Major number of the incremented version, prefixed with a `v` character |
| minor-v-version | Minor number of the incremented version, prefixed with a `v` character |
| patch-v-version | Patch number of the incremented version, prefixed with a `v` character |
## 💕 Contributing