Closed rickhanlonii closed 4 years ago
Looks like a lot of the failed commits used this format:
Changelog: Some commit message
There are some that do (@TheSavior we should check if we're allowing this still):
Changelog: internal
There's a few that use a heading for the changelog (one, two, three) as in:
## Changelog
[General] [Fix] - Add onSlidingComplete callbacks when sliders adjusted via a11y.
I'm not sure which of these if any are still possible.
Yup, nice one 👍
Summary
When going through the Unknowns in the 0.62 changelog, I noticed that there were a lot of commits that have some kind of "changelog" in it but fail to match up for various reasons.
This PR moves anything that is "unknown" but has the word "changelog" in it to a new Failed section so we can dig into why they failed and hopefully add regression tests.
Test Plan
Here's the Failed commits for 0.62:
What's required for testing (prerequisites)?
N/A
What are the steps to reproduce (after prerequisites)?
N/A
Compatibility
N/A
Checklist
README.md
CHANGELOG.md
example/App.js
)