deepset-ai / haystack

AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
17.72k stars 1.92k forks source link

Automatically add release notes to Haystack website #8162

Open julian-risch opened 3 months ago

julian-risch commented 3 months ago

Haystack release notes are currently added to the Haystack website manually https://haystack.deepset.ai/release-notes

We should automate this step so that for example https://haystack.deepset.ai/release-notes/2.3.1 is automatically added to the website when the v2.3.1 release is triggered. The generated release is then also available from https://github.com/deepset-ai/haystack/releases/tag/v2.3.1