-
Notifications
You must be signed in to change notification settings - Fork 248
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
changelog is missing quite a few versions #261
Comments
The releases now list everything definitively: https://github.com/crucialfelix/django-ajax-selects/releases I will either remove the CHANGELOG or switch to generating it from the github release data. |
Nice! And in terms of whether to remove the CHANGELOG or not: having a single doc that you can just scroll through without pagination or hidden information etc. will always be appreciated. |
Should be able to automate that: https://github.com/rhysd/changelog-from-release The trick is to create the release in draft mode, then update the changelog.md and THEN publish it. But wait, if the github release is already created then you can't then include the changelog in that release. This stuff is annoying. |
not gonna contest that, I constantly run into the whole "oh right, update CHANGELOG first, then push, then npm version, then push --tags, then npm publish" (I do a lot of node work). Would be great to have some kind of automation there. |
It looks like there are no entries in the changelog for any 1.7.x and 1.9.x releases. That's probably something that's worth back-fixing.
The text was updated successfully, but these errors were encountered: