-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
release post script breaking without ### Notable Changes #802
Comments
I think it makes sense to always include a |
IMO the release script should never stand in the way of getting a release post out the door asap. Ideally it would be forgiving and try to do as best as it can, and maybe print a warning or two if something is missing. Of course it simplifies the release post script if could be confident the changelog is formatted correctly, but that would imply linting the changelog somehow before it's merged into core. |
The changelog should definitely be linted before being commited. |
Ref: nodejs/node#7394. |
It was like this (no Notable Changes -> error) even before the script had been updated to handle the new changelog structure. |
@thealphanerd @lpinca Does this issue still exist? |
it does AFAIK
…On Fri, Dec 16, 2016, 6:13 PM Frederic Hemberger ***@***.***> wrote:
@thealphanerd <https://github.com/TheAlphaNerd> @lpinca
<https://github.com/lpinca> Does this issue still exist?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#802 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAecV1iZo53y8qVP_eTZ5QfStzH1h9dEks5rIxswgaJpZM4I9Vor>
.
|
Yeah but the tool was designed to do this. |
If a release post does not include
### Notable Changes
the tool blows upThe text was updated successfully, but these errors were encountered: