-
Notifications
You must be signed in to change notification settings - Fork 71
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
Could the project please publish a changelog? #418
Comments
Release Notes
Have you seen the past 3 releases on GitHub? I wrote up those 3 as I was added as a maintainer a few months ago after being a long-time contributor. I've made significant improvements to the codebase, issues, labels, templates, testing, etc, including improving the release notes (as linked above) by adding highlights, descriptions, links, summaries, etc. (The past few releases also include significantly more changes than before due to my involvement, so spoiler tags etc have also been added). These should be much better than the previous release notes as such. I don't have publishing permissions though, so I write/edit them up async after ezolenko publishes a release currently. If you'd still like to see more improvements to the release notes than those already done, please let me know what kind of specific stylistic changes you think would be helpful in particular, always open to improving the craft! DependabotI noticed from your contribution history (was looking to see if there was a downstream discussion somewhere with more details/feedback) that some of the repos you maintain use Dependabot, and in some PRs, Dependabot did include the detailed notes from GitHub Releases. Though it looks like it missed them in the last version bump. Rest assured though, that the GitHub Releases page has always had some form of release notes, so can always reference that if Dependabot etc don't manage to find it (though an edited version might be a bit delayed, per my note above).
|
Hi! Would it be possible to get a
CHANGELOG.md
file publish or releases on github setup?Currently when you release a new version, the only thing I can look at is the commits for changes, which are often far too involved for users of your package to understand. That and the semver version, but that relies on you strictly adhering to semver, which generally isn't the case in the npm ecosystem from what I've seen.
This would make upgrading versions much easier for downstream developers to approach; right now I just have to hope the update doesn't break anything.
The text was updated successfully, but these errors were encountered: