Subject: | Git::NextVersion assumes all tags are version-related |
If you use Git::NextVersion in a repository that has tags, but no tags
that specify a version, it complains "Could not determine last version
from tags". For example, the distribution I'm currently converting has
the following two tags:
require-dbi
basic-auth
These tags don't mark version or anything; they just specify commits of
interest (in this case, commits I intend to revert at some point in
time). I believe that Git::NextVersion should default to first_version
in this case.
Thanks,
Rob