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
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user