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

Fix changelog generator #14

Merged
merged 2 commits into from
Jan 29, 2020
Merged

Fix changelog generator #14

merged 2 commits into from
Jan 29, 2020

Conversation

Cruikshanks
Copy link
Member

It seems since github-changelog-generator v1.15.0 dropped last year that the generator has lost the ability to determine the user and project from the current repo its run in.

Now when we run it we have to call the gem directly and pass these in as arguments to get it to work.

So this change resolves the issue, and means we can go back to using bundle exec rake changelog.

It seems since [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator) v1.15.0 dropped last year that the generator has lost the ability to determine the `user` and `project` from the current repo its run in.

Now when we run it we have to call the gem directly and pass these in as arguments to get it to work.

So this change resolves the issue, and means we can go back to using `bundle exec rake changelog`.
@Cruikshanks Cruikshanks added the housekeeping Changes such as refactoring label Jan 29, 2020
@Cruikshanks Cruikshanks self-assigned this Jan 29, 2020
@Cruikshanks Cruikshanks marked this pull request as ready for review January 29, 2020 13:47
@Cruikshanks Cruikshanks merged commit 6f9961d into master Jan 29, 2020
@Cruikshanks Cruikshanks deleted the fix-changelog-generator branch January 29, 2020 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Changes such as refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants