Open
Description
Current problem
- We have to cherry-pick manually [release process] Add a github actions to backport fix automatically #7776
- contributor-txt pollutes the contributor file with a header because it does not detect the existing header fixed in Use relative paths in
create_contributor_list.py
#7656 - The contributor needs to be sorted manually because contributor-txt does not handle it
- The release notes are generated as rst but github want markdown
- The new release note file is not included in any toctree
- Only the first link is generated when there is two or more issues referenced in a fragment
- if
false-positive
is used instead offalse_positive
the changelog check is green but the result is not automatically added to the release note see Fix 2.15 changelog #7369 [changelog] Create separate entries for reimported/shadowed-import #7903 - The release note generated from patch create a duplicated title Release branch 2.15.1 #7393 fixed in Fix duplicate section erorr in sphinx for release notes of patch version #7589
- The release date is not automatically added in the documentation (0fba80c)
- Consider automating the deduplication of changelog fragments during patch releases (ref Consider automating the deduplication of changelog fragments during patch releases #9301)
Desired solution
Markdown creation so it can be used in both context, other issue automatically fixed
Additional context
Noticed during the release of 2.15.0.