Script finds latest ancestor tag in git tree and outputs to stdout next increased tag.
| Prop | Default | Possible Values | Description | Example |
|---|---|---|---|---|
| part | "major" |
"major" | "minor" |
Which part of version to increase | --major, --minor |
| prefix | "v" |
String |
prefix of the tag(before version numbers) | --prefix=v, --prefix=pod5-v |