scripts/release-tools/examples/enhanced_prompt_template.md
Generate comprehensive, human-readable release notes for ProxySQL X.X.X using the provided data files. Focus on creating descriptive content that explains what each feature/fix does and why it matters, not just listing PR titles.
pr-data.json - All PR details from GitHub including titles, descriptions, labelsstructured-notes.md - Commit-level organized data with technical detailscommit-categories.md - Commits categorized by type (bug fix, feature, documentation, etc.)Read_Global_Variables_from_configfile()wait_timeout, cur_cmd_cmntSELECT @@version, SELECT VERSION()COM_PING, CLIENT_DEPRECATE_EOFcache_empty_result=0PgSQL_Monitor_ssl_connections_OK[WIP], [skip-ci], or similar tags from final outputFollow this structure for each feature/fix entry:
**Feature Name** (abc1234, #1234)
Descriptive paragraph explaining what this feature does and why it matters.
Include technical details like `technical terms` in backticks.
Explain benefits to users/administrators.
Generate the following files:
ProxySQL-X.X.X-Release-Notes-Enhanced.md - Main enhanced release notesCHANGELOG-X.X.X-detailed.md - Detailed changelog (optional)CHANGELOG-X.X.X-commits.md - Complete commit list (optional)Write for:
The release notes should be informative enough for technical decision-making while remaining accessible to those with general database/proxy knowledge.