pylint-dev/pylint
GitHub で見るBetter release notes generation and automated release process
Open
#7,362 opened on 2022年8月26日
Enhancement ✨Good first issueHacktoberfestHelp wanted 🙏MaintenanceMinor 💅
説明
Current problem
- We have to cherry-pick manually #7776
- contributor-txt pollutes the contributor file with a header because it does not detect the existing header fixed in #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-positiveis used instead offalse_positivethe changelog check is green but the result is not automatically added to the release note see #7369 #7903 - The release note generated from patch create a duplicated title #7393 fixed in #7589
- The release date is not automatically added in the documentation (0fba80c8c)
- Consider automating the deduplication of changelog fragments during patch releases (ref #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.