Skip to content
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

Remove the --first-parent option from log list generation #13

Merged
merged 1 commit into from
Jun 1, 2016

Conversation

gigabo
Copy link
Contributor

@gigabo gigabo commented May 31, 2016

--first-parent can lose commits in a workflow with multiple merges to reach the branch where changelogs are generated.

I ran into this generating changelogs on react-server's next branch. We've been merging non-breaking PRs straight to master, and periodically merging master into next, where we're staging a version with breaking changes. When I run lerna-changelog in next it doesn't include changes from the PRs that were merged straight to master (without this patch).

`--first-parent` can lose commits in a workflow with multiple merges to reach
the branch where changelogs are generated.
@gigabo gigabo added the bug label May 31, 2016
gigabo added a commit to redfin/react-server that referenced this pull request May 31, 2016
@hzoo hzoo merged commit ec00e97 into lerna:master Jun 1, 2016
davidalber pushed a commit to davidalber/react-server that referenced this pull request Jul 24, 2016
@hzoo hzoo added Tag: Bug Fix and removed bug labels Jan 29, 2017
@Turbo87 Turbo87 added bug and removed Tag: Bug Fix labels Jun 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants