-
Notifications
You must be signed in to change notification settings - Fork 4.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
Automated Changelog: Sort feature groups by issue name #34071
Conversation
Size Change: +197 B (0%) Total Size: 1.03 MB
ℹ️ View Unchanged
|
7b6e928
to
877142a
Compare
|
||
#### Widgets Editor | ||
- Add error boundaries to widget screens. ([33771](https://github.com/WordPress/gutenberg/pull/33771)) | ||
|
||
#### Patterns | ||
- Block patterns: Add translation context on titles. ([33734](https://github.com/WordPress/gutenberg/pull/33734)) | ||
- Block Add translation context on titles. ([33734](https://github.com/WordPress/gutenberg/pull/33734)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is strange, but I haven't found an easy way to tweak the regular expression.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a suggestion above to prevent this. It would still output Block patterns
as a feature in the Patterns
section unless we start over-optimizing the expression with things like (Block(s)?\s*)?
, which seems overkill and not worth the extra polishing time it represents.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied. It works perfectly fine 👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Polishing the changelog just got a bit easier again, thanks! 🎉
Tested with recent milestones and seems to work properly except for the example you noticed. With this in place, (re)naming PRs with common prefixes for the feature will make a huge difference.
|
||
#### Widgets Editor | ||
- Add error boundaries to widget screens. ([33771](https://github.com/WordPress/gutenberg/pull/33771)) | ||
|
||
#### Patterns | ||
- Block patterns: Add translation context on titles. ([33734](https://github.com/WordPress/gutenberg/pull/33734)) | ||
- Block Add translation context on titles. ([33734](https://github.com/WordPress/gutenberg/pull/33734)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a suggestion above to prevent this. It would still output Block patterns
as a feature in the Patterns
section unless we start over-optimizing the expression with things like (Block(s)?\s*)?
, which seems overkill and not worth the extra polishing time it represents.
Co-authored-by: Héctor <27339341+priethor@users.noreply.github.com>
Description
Part of #33719.
Each feature group is now sorted by name. To make the experience better, if there is a feature name in the title of the issue it gets removed.
Example:
How has this been tested?
How has this been tested?
The snapshot in the unit test got updated to reflect the latest changes.
Run
npm run changelog -- --milestone="Gutenberg 11.3"
and you should see the same changelog generated.Types of changes
Checklist:
*.native.js
files for terms that need renaming or removal).