-
Notifications
You must be signed in to change notification settings - Fork 24.9k
[RN][Releases] Generate the changelog automatically #50323
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
Conversation
dfe8352
to
de641ca
Compare
de641ca
to
a0550a6
Compare
ef4ef12
to
4b03708
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
4b03708
to
c5cf892
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cipolleschi merged this pull request in 2c343d1. |
This pull request was successfully merged by @cipolleschi in 2c343d1 When will my fix make it into a release? | How to file a pick request? |
Summary: This change implements the automatic generation of the Changelog in CI while doing a release. The output is a PR opened by the react-native-bot that can be manipulated and imported by Meta engineers ## Changelog: [Internal] - Generate the changelog automatically Pull Request resolved: #50323 Test Plan: Tested as a separated workflow first: <img width="1624" alt="Screenshot 2025-03-27 at 17 44 47" src="https://github.com/user-attachments/assets/b8877cdb-f63b-4d82-b340-54f612ac0cd4" /> this generated the PR: #50328 I also added jest tests: <img width="516" alt="Screenshot 2025-03-27 at 17 45 39" src="https://github.com/user-attachments/assets/7ebbc310-e41e-48fc-997e-21366c7306cf" /> Reviewed By: cortinico Differential Revision: D71986909 Pulled By: cipolleschi fbshipit-source-id: 10ffaf342bb0642a6992a107185b6704815b16e3
This pull request was successfully merged by @cipolleschi in 3b8d68e When will my fix make it into a release? | How to file a pick request? |
Summary: This change implements the automatic generation of the Changelog in CI while doing a release. The output is a PR opened by the react-native-bot that can be manipulated and imported by Meta engineers [Internal] - Generate the changelog automatically Pull Request resolved: #50323 Test Plan: Tested as a separated workflow first: <img width="1624" alt="Screenshot 2025-03-27 at 17 44 47" src="https://github.com/user-attachments/assets/b8877cdb-f63b-4d82-b340-54f612ac0cd4" /> this generated the PR: #50328 I also added jest tests: <img width="516" alt="Screenshot 2025-03-27 at 17 45 39" src="https://github.com/user-attachments/assets/7ebbc310-e41e-48fc-997e-21366c7306cf" /> Reviewed By: cortinico Differential Revision: D71986909 Pulled By: cipolleschi fbshipit-source-id: 10ffaf342bb0642a6992a107185b6704815b16e3
This pull request was successfully merged by @cipolleschi in 1329de2 When will my fix make it into a release? | How to file a pick request? |
Summary:
This change implements the automatic generation of the Changelog in CI while doing a release.
The output is a PR opened by the react-native-bot that can be manipulated and imported by Meta engineers
Changelog:
[Internal] - Generate the changelog automatically
Test Plan:
Tested as a separated workflow first:

this generated the PR:
#50328
I also added jest tests:
