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

Ignore certain tags or invalid tags? #69

Closed
gotson opened this issue Apr 11, 2022 · 1 comment
Closed

Ignore certain tags or invalid tags? #69

gotson opened this issue Apr 11, 2022 · 1 comment

Comments

@gotson
Copy link
Contributor

gotson commented Apr 11, 2022

Hi,

i am trying to use svu on a repo that has tags that do not conform to semVer, but i get the following error:

svu: error: could not get current version from tag: 'early-release': Invalid Semantic Version

Would it be possible to have an option to either skip some specific tags, or to ignore all tags that are not semantic version tags?

@gotson
Copy link
Contributor Author

gotson commented Apr 11, 2022

Seems like --pattern is what i'm looking for: svu --pattern="v[0-9]*"

But i encountered #56, hopefully #57 can be merged soon!

@gotson gotson closed this as completed Apr 11, 2022
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

1 participant