You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried following the example in the readme to get all commits since the latest tag matching a tag "approximation": ./pac.rb from-latest-tag "*" --settings=./default_settings.yml
I'm testing this on a repository that have a couple of tags, so I would expect it to return the commits since the latest tag but instead I get this error:
/usr/src/app/lib/gitvcs.rb:38:in `get_latest_tag': [PAC] No matching tags found with approximation "*" (RuntimeError)
from /usr/bin/pac:48:in `<main>'
I've also tried using "**" and ".*" as the tag pattern, but I get the same error.
The text was updated successfully, but these errors were encountered:
I tried following the example in the readme to get all commits since the latest tag matching a tag "approximation":
./pac.rb from-latest-tag "*" --settings=./default_settings.yml
I'm testing this on a repository that have a couple of tags, so I would expect it to return the commits since the latest tag but instead I get this error:
I've also tried using "**" and ".*" as the tag pattern, but I get the same error.
The text was updated successfully, but these errors were encountered: