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

Replace changelog-linker with github_changelog_generator #622

Merged
merged 1 commit into from
Jul 4, 2021

Conversation

dbrumann
Copy link
Collaborator

@dbrumann dbrumann commented Jul 3, 2021

https://github.com/symplify/changelog-linker is no longer maintained. I'd rather not use the suggested replacement ergebnis/github-changelog, because according to the README it will not work with squash merges, which I regularly used when a PR has more than 1 commit. The ruby gem https://github.com/github-changelog-generator/github-changelog-generator is one of the proposed alternatives.

I propose switching to github_changelog_generator and regenerate the changelog with it.

@MGatner
Copy link

MGatner commented Jul 3, 2021

I use github_changelog_generator in most of my projects. It works great when your project fits within the allowed API limits for authenticated calls, but it gets super buggy otherwise. It has caused me much heartache over at CodeIgniter4 so I recommend running it a few times (with and without token) to make sure you aren't close to the size where it will become unwieldy.

@dbrumann dbrumann merged commit 51fe6c2 into qossmic:main Jul 4, 2021
@dbrumann dbrumann deleted the replace_changelog_linker branch July 4, 2021 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants