diff --git a/release/release_notes/bug_fixes_per_major_release.py b/release/release_notes/bug_fixes_per_major_release.py index 0d4e1a7fe0f..44e5d0d466f 100644 --- a/release/release_notes/bug_fixes_per_major_release.py +++ b/release/release_notes/bug_fixes_per_major_release.py @@ -27,13 +27,10 @@ some missing commits), but it's significantly better than nothing. - --previous-version (-pv) - --current-release-tag (-ct) - --previous-release-tag (-pt) - - --backport-tasks (-bpt) (Optional but highly recommended) -- Here is an example if you wish to collect the list for Blender 4.4 during -the Beta and onwards stage of development: - - `python bug_fixes_per_major_release.py -cv 4.4 -pv 4.3 -ct blender-v4.4-release -pt v4.3.2 -bpt 109399 124452 130221` + - --backport-tasks (-bpt) (Optional, but recommended) - Here is an example if you wish to collect the list for Blender 4.5 during the Alpha stage of development. - - `python bug_fixes_per_major_release.py -cv 4.5 -pv 4.4 -ct main -pt blender-v4.4-release -bpt 109399 124452` + - `python bug_fixes_per_major_release.py -cv 4.5 -pv 4.4 -ct main -pt blender-v4.4-release -bpt 109399 124452 135860` - Wait for the script to finish (This can take upwards of 20 minutes). - Follow the guide printed to terminal.