-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: auto release changelog #2330
Conversation
2c050c1
to
da773b3
Compare
@rvagg Can you accept with the new changelog styles, https://github.com/gengjiawen/node-gyp/pull/2/files. (we have to manual change the log the first time since the style conflicts, see https://github.com/google-github-actions/release-please-action/issues/231) |
@gengjiawen I'm not sure what needs to be done here. The format seems OK to me if that's what you're asking. The manual change seems like quite a tedious process though! |
Yeap. I am wondering you are okay with current format. If it's okay with you. I will move this forward. |
yes, mostly @gengjiawen I'm happy that you're enthusiastic to take this on, you have my blessing! |
This takes way much more time than I expected, but I do believe it has very long term value to improve our delivery speed 😃 |
Hi, folks. I took a look at this.
This is re-treading a lot of ground that @gengjiawen already went through, but I hope it's helpful to note what happened, and what the technical hurdles are that I'm seeing, when looking at adopting (See "Problem?" and "Solutions?" bullets above for where I'm at with this. I prefer the existing formatting style over what |
@DeeDeeG can we fork and tweak |
@owl-from-hogvarts I have no idea. |
This comment has been minimized.
This comment has been minimized.
|
fwiw I'm fine with a change of format, I don't think consistency in changelog format should be a blocker here. It'd be nice to not change older sections, but newer sections can be whatever they need to be. A changelog is just a utility for people to be able to quickly grok what's changed to figure out whether they need to care or not. As long as we're serving that purpose then we're good. |
Fix #2286
Sample PR: https://github.com/gengjiawen/node-gyp/pull/2/files. (has some bugs)
Checklist
npm install && npm test
passesDescription of change