-
Notifications
You must be signed in to change notification settings - Fork 106
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
chore: order of releases in changelog #492
Conversation
these are autogenerated. I wonder if something is misconfigured in semantic-release or there's a bug? |
We've been through a couple of different release tools which format things differently, and code has been moved around without trimming the release logs, it's a bit of a mess. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should probably try to re-generate the changelog completely using semantic-release.
Notably I think some of the |
@achingbrain if we remove the changelogs in #483 can we get release-please to regenerate the full changelog? |
I don't know tbh, but my guess would be no. I think it only considers changes since the last release tag, otherwise we'd see CI releases failing all over the place due to GitHub applying rate limiting (this happens when you stuff up the release-please config, for example). |
Ok, I've updated the formatting of all changelogs to be consistent with the latest release tool. I've also re-tagged all the old releases from the Please delete your local tags in any cloned copy of helia you have and fetch the updated list (this will prevent you re-creating the old tag formats if you accidentally run $ git tag -l | xargs git tag -d
$ git fetch Hopefully going forwards everything autogenerated will be done just so. |
chore: order of releases in changelog #492