From 573f182ff76995676361827b6942ff587656229d Mon Sep 17 00:00:00 2001 From: Alaska Date: Tue, 25 Mar 2025 07:09:08 +0100 Subject: [PATCH] Release tools: Update the example for the bug fixes per release script for Blender 4.5 This commit updates the bug fixes per release script with small changes to the readme. - It removes the example script for Blender 4.4 as it's no longer under development. - It updates the example for Blender 4.5 to include the 4.4 backports task Pull Request: https://projects.blender.org/blender/blender/pulls/136224 --- release/release_notes/bug_fixes_per_major_release.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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.