Created
January 15, 2026 14:36
-
-
Save pascalchevrel/6d46dc625526ed098555686f0cade5ba to your computer and use it in GitHub Desktop.
ChatPGT prompt to search for interesting release notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Analyse all the bugs that landed during the 148 nightly cycle. | |
| The goal is to identify new features and important changes and create release notes for end-users. | |
| I am providing you a json file that contains data for all the bugs that were included during the 148 development cycle. | |
| This JSON is an export of all the bugs from bugzilla.mozilla.org via its public API. | |
| The bugzilla documentation for the API is here https://bmo.readthedocs.io/en/latest/api/index.html | |
| In our release notes we have several sections: | |
| NEW | |
| FIXED | |
| CHANGED | |
| ENTERPRISE | |
| WEB PLATFORM | |
| DEVELOPER | |
| TOOLS | |
| - Firefox Desktop and Gecko platform bugs, ignore Android bugs. | |
| - List the top 50 most important bugs with Bugzilla IDs, generate a table and a final link to the bug list | |
| - Exclude crash fixes | |
| - Exclude bugs still in an open state | |
| - Exclude all the bugs that are not marked as verified or fixed for the status of the field cf_status_firefox148 | |
| - Exclude all the bugs that are marked as verified or fixed for the status of the field cf_status_firefox147 | |
| - Exclude telemetry related bugs | |
| - Exclude web compatibility bugs | |
| - Exclude Thunderbird bugs | |
| - Rank new features higher than others | |
| - Focus more narrowly on end-user-visible UI/platform changes | |
| - Generate a second list of bugs fixed with multiple duplicates | |
| - Generate a third list of the 20 oldest bugs fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment