Closed TimothyJones closed 2 years ago
:exclamation: No coverage uploaded for pull request base (
master@f6a7430
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #11 +/- ##
=========================================
Coverage ? 97.62%
=========================================
Files ? 26
Lines ? 1177
Branches ? 0
=========================================
Hits ? 1149
Misses ? 28
Partials ? 0
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
Copy of https://github.com/conventional-changelog/standard-version/pull/670
BEGIN_COMMIT_OVERRIDE fix: When a custom updater reports a version other than the new computed semver, that version is now correctly reported in log output END_COMMIT_OVERRIDE
For custom updaters that derive the new version from the file contents (e.g. newVersion = oldVersion + 1), the log output was showing the new computed semver version, rather than the actual version applied by the updater. This PR corrects the output for such custom updaters.
Closes expo-community/standard-version-expo#18. Closes expo-community/standard-version-expo#10.