-
Notifications
You must be signed in to change notification settings - Fork 224
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: add semver constraint for git storage #2977
Conversation
1f524e7
to
29b130c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2977 +/- ##
==========================================
+ Coverage 70.78% 72.24% +1.45%
==========================================
Files 91 98 +7
Lines 8729 7425 -1304
==========================================
- Hits 6179 5364 -815
+ Misses 2165 1661 -504
- Partials 385 400 +15 ☔ View full report in Codecov by Sentry. |
39372a3
to
c7b510c
Compare
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.
one minor ask about adding some test code to test we correctly skip non-sem ver tags, but otherwise LGTM!!
/cc @erka @GeorgeMac
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
…olvers Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
Signed-off-by: Pablo Aguilar <[email protected]>
23cfc14
to
60cf3bc
Compare
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.
👏 very nice. Thanks for such a great improvement!
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.
Thank you!
This PR introduces the ability to define semantic versioning for Git storage!
Closes #2905