Once you have a CLI tool for pulling release notes for a project, you can pipe them into LLM to use them to answer questions:
./combined-release-notes.sh simonw/llm | llm -s 'how do I install it'
https://til.simonwillison.net/jq/combined-github-release-notes#user-content-using-that-with-llm

