-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
A single changelog #1847
Comments
https://github.com/lerna/lerna-changelog apparently works on labeled PRs, so it would be a good idea to start labeling PRs so that eventually it will have something to chew on. And labels would be useful for hu-mans also. The default labels are
|
Hi @tkurki if we add these as labels, would I be correct to assume that this would just work going forward? That is to say reclassifying previous PRs wouldn't really help us? |
Sorry, I have not looked into how this project creates releases and I don't know if you can update just the notes for existing Github releases. I just think it would make sense to
|
I've added a couple of labels we can use in the future (breaking, and internal) for the others I think we should be able to map existing labels within the package.json:
|
A few observations so far while trying this:
|
I've drafted #2298 for now I've kept this pretty close to the current change log, and we can drop the commiters info if we like (https://github.com/lerna/lerna-changelog#configuration) . Based on this initial config at the moment it generates: Unreleased (2021-07-19)ChoresCommitters: 1
|
💥 Proposal
What feature you'd like to see
I'd like to see a single global changelog for the project.
Motivation
The current changelogs aren't very helpful for understanding what changed when you upgrade. Dependent packages just say "version bump".
Pitch
Figure out how lerna generates these and see if it's got a better option.
The text was updated successfully, but these errors were encountered: