-
-
Notifications
You must be signed in to change notification settings - Fork 215
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: extract relative path #262
Conversation
Codecov Report
@@ Coverage Diff @@
## master #262 +/- ##
==========================================
+ Coverage 92.42% 92.47% +0.04%
==========================================
Files 10 10
Lines 317 319 +2
Branches 113 112 -1
==========================================
+ Hits 293 295 +2
Misses 23 23
Partials 1 1
Continue to review full report at Codecov.
|
🎉 This PR is included in version 2.8.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* test: add extract relative path * fix: extract relative path
This should have been released as a major version because this is a breaking change for this use case:
In 2.8.1 this correctly placed the file in the relative location of |
related #266 |
I have released two version:
|
Fixes #250