ember-cli
ember-cli copied to clipboard
our changelog generator has an issue with joint commits
If someone rebases someone else's commit in a PR, the changelog generator produces output like this:
- [#7477](https://github.com/ember-cli/ember-cli/pull/7477) Restore `separator: '\n;'` to vendor JS concat [@kellyselden/lenny](https://github.com/kellyselden/lenny)
wow, so that's how that happens... I've always wondered where these duplicate names come from 🤦♂️
Has this been fixed?
Dunno, can run it and find out... :smile:
I think this is the correct script https://github.com/ember-cli/ember-cli/blob/master/dev/changelog ?