-
Notifications
You must be signed in to change notification settings - Fork 881
chore: update semantic types #1030
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
Conversation
Summary: PRs like #1025 feel like they deserve a doc: type, but we didn't have one. Furthermore our definitions for correct and fix were stale.
Codecov Report
@@ Coverage Diff @@
## main #1030 +/- ##
==========================================
+ Coverage 57.70% 67.37% +9.66%
==========================================
Files 259 259
Lines 15059 15059
Branches 151 151
==========================================
+ Hits 8690 10146 +1456
+ Misses 5426 3893 -1533
- Partials 943 1020 +77
Continue to review full report at Codecov.
|
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.
I'd prefer we make an example
tag for now. It'd be cool to see the delta of example changes between releases anyways!
sounds great to me! |
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.
LGTM!
Summary:
PRs like #1025 feel like they deserve an
example:
type, but we didn't have one.Furthermore our definitions for correct, fix, and hotfix were stale.