Closed dougscc closed 2 years ago
I'm not sure I understand your question completely, but I can just point to what I think is going on in your example. From the Part Overview in the README.md:
part | range / example(s) | info |
---|---|---|
TAG |
alpha, beta, rc, post | --tag=<tag> |
PYTAG |
a, b, rc, post | --tag=<tag> |
Notice that TAG
matches the long form syntax (such as beta
in your example) whereas PYTAG
will only match the short syntax such as b
(as defined by PEP440).
How do you think the documentation can be improved so you would have seen this?
When attempting to run bumpver with
bumpver update --patch --dry --no-fetch
I get a complaint about no version inREADME.md
I have added
2022.1001-beta
directly under the title, but this does not make any difference:Note: in the output only
2022.1001
is bold. The-beta
string is not bold.I've looked at this project's
README.md
and have not been able to find a version number specified outside of image schemes and wonder where I might find an example that will satisfy?