-
Notifications
You must be signed in to change notification settings - Fork 97
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: Introduce new function to remove leading zero fron version for correct links to GSM-Manual #3460
Conversation
…orrect links to GSM-Manual
Codecov Report
@@ Coverage Diff @@
## main #3460 +/- ##
=======================================
Coverage 59.12% 59.12%
=======================================
Files 1046 1046
Lines 25487 25491 +4
Branches 7450 7450
=======================================
+ Hits 15068 15072 +4
Misses 9459 9459
Partials 960 960
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
The leading zero just created headaches and a lot of issues. We shouldn't have added it at all.
True. :/ |
…orrect links to GSM-Manual (backport #3460) (#3461) * Fix: Introduce new function to remove leading zero fron version for correct links to GSM-Manual (#3460) (cherry picked from commit 7cb61dc) # Conflicts: # src/version.js * Fix conflict Co-authored-by: Jaspar S <[email protected]>
Fix: Introduce new function to remove leading zero fron version for correct links to GSM-Manual (backport #3460)
What:
Why:
Fix #3459
How:
Checklist: