Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

fix(infrastructure): correct reason why component is shown in summary table. #519

Merged
merged 1 commit into from
Apr 17, 2017

Conversation

yeelan0319
Copy link
Contributor

Background

The reason for version bumping shown in pre-release.sh have the following case which it cannot handle properly.

When package version for a component is bumped for its dependency being updated, however, it happens to have one and only one commit msg for docs(some-component): xxxx. In the summary table, it will show the reason for this version bump is cased by the documentation update. However, the actual reason this package is selected is because lerna correctly detects its dependency update.

This used to cause some confusion when we release 0.7.0.

@codecov-io
Copy link

codecov-io commented Apr 17, 2017

Codecov Report

Merging #519 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #519   +/-   ##
=======================================
  Coverage   99.02%   99.02%           
=======================================
  Files          49       49           
  Lines        2051     2051           
  Branches      251      251           
=======================================
  Hits         2031     2031           
  Misses         20       20

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2056872...f107cae. Read the comment docs.

@yeelan0319 yeelan0319 force-pushed the fix/correct-commit-msg-show-in-summarize-table branch from 1f886dc to f107cae Compare April 17, 2017 15:31
Copy link
Contributor

@traviskaufman traviskaufman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💎

@yeelan0319 yeelan0319 merged commit f96a1ca into master Apr 17, 2017
@yeelan0319 yeelan0319 deleted the fix/correct-commit-msg-show-in-summarize-table branch August 25, 2017 22:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants