-
Notifications
You must be signed in to change notification settings - Fork 93
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 #191
Changelog #191
Comments
I'm also going through this trying to figure out what changed since 2016. In addition to the change log can we also promote this package to v1.0.0 and get regular minor releases? Maybe using a tool like https://github.com/zeit/release |
Does anyone have a summary about what has been changed for v0.1.0? |
I am currently working on incorporating a changelog. ATM this will be hand crafted, since we do not have any commits that would support a standardized way for collecting changelog information in an automated fashion. |
no. |
In my comment https://github.com/raszi/node-tmp/pull/234/files#r377256378 I recommended to the https://github.com/ekataglobal/github-changelog project and I believe all the PRs are formatted correctly for that, so we can generate the changelog anytime. |
@raszi I reckon that, thanks for the link btw. however, I needed to make this as fast as possible, and doing it by hand and not fiddling around with errs on behalf of github-changelog, I decided otherwise. And I think I tried the solution but it then gave me no suitable results? |
We are actively using lerna-changelog over at |
Will look into this, closing for now. |
I have found the time for looking into this. github-changelog
lerna-changelog
v0.2.0 (2020-04-25)🚀 Enhancement
🐛 Bug Fix
Committers: 2
v0.1.0 (2019-03-20)🚀 Enhancement
📝 Documentation
Committers: 6
|
@raszi personally I would go for lerna-changelog as it produces the best results of course, we will have to go through our pull requests and label them, but this will not take that much of a time. |
@raszi I invested the time and labelled all merged PRs and here is the result from lerna-changelog https://gist.github.com/silkentrance/430fd1725279750e5f3f0470de7d120f This definitely looks great. It misses releases < v0.0.14, though. Still, awesome result for just 10 minutes time. |
Looks good! |
Great, I was just preparing a PR for this. |
PR #253 |
fix #191: generate changelog from pull requests using lerna-changelog
This project could use a change log. In particular 0.1.0 has just been released and it's exceedingly difficult to determine what has actually changed in this version compared with the previous release.
See also https://keepachangelog.com. Thanks for maintaining this project!
The text was updated successfully, but these errors were encountered: