-
Notifications
You must be signed in to change notification settings - Fork 86
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: skip tag name out of utf8mb3 #440
Conversation
Codecov Report
@@ Coverage Diff @@
## master #440 +/- ##
==========================================
- Coverage 97.30% 97.10% -0.20%
==========================================
Files 157 157
Lines 14118 14123 +5
Branches 1816 1811 -5
==========================================
- Hits 13737 13714 -23
- Misses 381 409 +28
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
@hezhengxu2018 不建议支持超出 ascii 字符集的 tag,不友好。
这个历史npm包的 tag 可以做一下代码逻辑判断,不同步超出目前 tag 数据库支持的字符集的版本,直接忽略就好。
[skip ci] ## [3.13.2](v3.13.1...v3.13.2) (2023-04-10) ### Bug Fixes * skip tag name out of utf8mb3 ([#440](#440)) ([a64c90b](a64c90b))
🎉 This PR is included in version 3.13.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
生效
|
closes #438