ember-cli icon indicating copy to clipboard operation
ember-cli copied to clipboard

our changelog generator has an issue with joint commits

Open kellyselden opened this issue 8 years ago • 4 comments

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)

kellyselden avatar Dec 11 '17 17:12 kellyselden

wow, so that's how that happens... I've always wondered where these duplicate names come from 🤦‍♂️

Turbo87 avatar Jun 19 '18 18:06 Turbo87

Has this been fixed?

locks avatar Apr 12 '20 15:04 locks

Dunno, can run it and find out... :smile:

rwjblue avatar Apr 13 '20 16:04 rwjblue

I think this is the correct script https://github.com/ember-cli/ember-cli/blob/master/dev/changelog ?

locks avatar Jan 20 '22 15:01 locks