-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
feat(funcs): add semver functions #1829
feat(funcs): add semver functions #1829
Conversation
Hi @wuhuizuo, thanks for submitting this, and sorry for the delay. Would it be possible for you to rebase and add some documentation for this? |
ed0ae20
to
c2dc1a3
Compare
I updated the documents, but I do not know how to update the markdown with make task:
|
Thanks @wuhuizuo - |
dd6f8c2
to
efbee45
Compare
Done, PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @wuhuizuo! LGTM
- semver.Version: new a SemVer struct. - semver.MatchConstraint: match in arg with semver constraint string. refer to: https://github.com/Masterminds/sprig/blob/master/semver.go
Co-authored-by: Dave Henderson <[email protected]>
efbee45
to
6d66920
Compare
refer to: https://github.com/Masterminds/sprig/blob/master/semver.go
Based on: #1828