-
-
Notifications
You must be signed in to change notification settings - Fork 299
fix(version_scheme): fixed typo sever -> semver #959
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
fix(version_scheme): fixed typo sever -> semver #959
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@ ## master #959 +/- ## ========================================== + Coverage 97.33% 97.43% +0.09% ========================================== Files 42 55 +13 Lines 2104 2341 +237 ========================================== + Hits 2048 2281 +233 - Misses 56 60 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Hi @vantaboard , thanks for opening this PR. Could you please reword the commit to docs(version_scheme): fixed typo sever -> semver
so that this PR won't trigger a version bump? You can do so by
git commit --amend git push origin --force
460bc04
to
0ce193c
Compare
Hi @vantaboard , thanks for opening this PR. Could you please reword the commit to
docs(version_scheme): fixed typo sever -> semver
so that this PR won't trigger a version bump? You can do so bygit commit --amend git push origin --force
Done!
Description
Fixes a typo.
image
Checklist