elwayman02 / ember-data-github

Ember Data library for the GitHub API
MIT License
47 stars 38 forks source link

Yarn changelog doesn't seem to do anything #157

Closed elwayman02 closed 6 years ago

elwayman02 commented 6 years ago

@Dhaulagiri I'm not sure what I'm doing wrong, but running yarn changelog after pulling an unreleased version of master did not update the changelog with the latest commits.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/55444428-yarn-changelog-doesn-t-seem-to-do-anything?utm_campaign=plugin&utm_content=tracker%2F15732968&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F15732968&utm_medium=issues&utm_source=github).
Dhaulagiri commented 6 years ago

You need to have a GitHub token set locally. The lerna changelog docs have an example I can link to once I get to a computer.

elwayman02 commented 6 years ago

I did that, lerna actually threw an error until I fixed that. Now the script runs and completes without error, but produces no output.

Dhaulagiri commented 6 years ago

See my comment in #158, but I believe https://github.com/elwayman02/ember-data-github/issues/156 will fix this