Skip to content
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

Framework: Update "Maintaining Changelogs" section to current recommendations #15740

Merged
merged 2 commits into from
May 22, 2019

Conversation

aduth
Copy link
Member

@aduth aduth commented May 20, 2019

Related:

This pull request seeks to update the packages document "Maintaining Changelogs" section, as the information was no longer accurate as of the revised packages release process implemented in #14136. It now describes how a developer should not choose the version, but instead add changes under a relevant subsection in a "Master" heading at the top of the file. It also includes specific mentions of the common subsections used in changelogs (breaking change, new feature, etc).

Testing Instructions:

Documentation-only changes. There is no impact on the application.

@aduth aduth added [Type] Developer Documentation Documentation for developers [Type] Project Management Meta-issues related to project management of Gutenberg labels May 20, 2019
Copy link
Member

@gziolo gziolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, it’s all nicely explained and much better aligns with how we approach the process these days 👍

@nerrad
Copy link
Contributor

nerrad commented May 21, 2019

Love it 👍 ! I would like to see the inclusion of links to pulls for each change too.

@ntwb
Copy link
Member

ntwb commented May 21, 2019

@nerrad This can be quite time consuming and cumbersome, considering the changelog requirements are to include the proposed changelog entry in the pull request the PR number is not known at this stage, as such a follow up commit is required for each PR submitted.

@nerrad
Copy link
Contributor

nerrad commented May 21, 2019

PR number is not known at this stage, as such a follow up commit is required for each PR submitted.

Which is what I've been doing. I agree it's a bit of a chore, but the question is whether the benefits (having an easy reference to the pull implementing the change) outweigh the negatives (doing an extra commit adding the link). I can't answer that for everyone, but for me I find it super useful and the benefits outweigh the chore.

Yes I know git history can be used as well.

My suggestion is definitely not a blocker to this getting merged.

@aduth
Copy link
Member Author

aduth commented May 22, 2019

I agree with both of you. And I agree it shouldn't block. (It's an agreement party! 😄 )

At this point, I'll be happy if we can get people to add changelog notes at all, before considering how to make it more cumbersome to do so. From there I'd explore enforcement (#13594) and automation separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Developer Documentation Documentation for developers [Type] Project Management Meta-issues related to project management of Gutenberg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants