We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Effectively, if a pattern is supplied and no existing tags are found an error is always returned.
svu/internal/git/git.go
Lines 45 to 54 in 0b3a780
Whereas if no pattern is supplied, it is not an error to find no tags:
Lines 38 to 40 in 0b3a780
The text was updated successfully, but these errors were encountered:
I think this is quite useful when working inside monorepo. This PR #57 looks promising. What needs to happen to have it implemented/fixed?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Effectively, if a pattern is supplied and no existing tags are found an error is always returned.
svu/internal/git/git.go
Lines 45 to 54 in 0b3a780
Whereas if no pattern is supplied, it is not an error to find no tags:
svu/internal/git/git.go
Lines 38 to 40 in 0b3a780
The text was updated successfully, but these errors were encountered: