-
-
Notifications
You must be signed in to change notification settings - Fork 602
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: next major release #4066
feat: next major release #4066
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4066 +/- ##
==========================================
+ Coverage 90.59% 90.72% +0.12%
==========================================
Files 22 22
Lines 1702 1703 +1
Branches 491 491
==========================================
+ Hits 1542 1545 +3
+ Misses 160 158 -2
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@@ -3,8 +3,8 @@ | |||
"dockerFile": "Dockerfile", | |||
"runArgs": ["-u", "node"], | |||
"settings": { | |||
"terminal.integrated.shell.linux": "/bin/bash" | |||
"terminal.integrated.shell.linux": "/bin/bash", |
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.
remove the comma
}, | ||
"postCreateCommand": "yarn install && yarn build", | ||
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"] | ||
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"], |
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.
-,,-
What kind of change does this PR introduce?
feature
Did you add tests for your changes?
Yes
If relevant, did you update the documentation?
Yes
Summary
Prepare for the next major version.
Does this PR introduce a breaking change?
Yes
Other information
Keep it open until all breaking changes are done.