Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from-latest-tag not working as expected #125

Open
Kallekro opened this issue Nov 11, 2020 · 1 comment
Open

from-latest-tag not working as expected #125

Kallekro opened this issue Nov 11, 2020 · 1 comment
Assignees

Comments

@Kallekro
Copy link

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.

@bicschneider
Copy link

We will look into it.. Sorry for the delay..

Have you tried with and empty string ala ""?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants