Skip to content

fix(gen-ai): remove sections if not meaningful #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog_generator/ai_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def get_prompt(prefix: str) -> str:
return f"""
Here's a `git diff` between two versions (represented as `git tags`). Write a **concise and precise summary** of this diff using the following structure.
**Do not introduce new sections** and prioritize **changes** files with this {prefix} over modifications in the common layer.
Section 2 and 3 can be removed if they are not meaningful.

### Structure:
1. **TL;DR**: A brief, high-impact summary of the most significant changes. Keep it to a few lines.
Expand Down