-
-
Notifications
You must be signed in to change notification settings - Fork 302
fix(bump): fixed environment variables in bump hooks #675
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
d7c5337
to
dab8a7f
Compare
During development of commitizen-tools#644, merging the hook environment variables with existing OS variables broke.
dab8a7f
to
6659aba
Compare
Codecov ReportBase: 97.92% // Head: 98.02% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@ ## master #675 +/- ## ========================================== + Coverage 97.92% 98.02% +0.09% ========================================== Files 35 40 +5 Lines 1252 1720 +468 ========================================== + Hits 1226 1686 +460 - Misses 26 34 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@Lee-W perhaps you could take a look at it?
During development of #644, merging the hook environment variables with existing OS variables broke. This commit fixes that. I think it got missing during an additional rebase of that MR, but it is fixed again.