Skip to content

Commit 5252e51

Browse files
fix(gen-ai): remove sections if not meaningful
Try to be more conscise
1 parent 85a4955 commit 5252e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog_generator/ai_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def get_prompt(prefix: str) -> str:
1010
return f"""
1111
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.
1212
**Do not introduce new sections** and prioritize **changes** files with this {prefix} over modifications in the common layer.
13+
Section 2 and 3 can be removed if they are not meaningful.
1314
1415
### Structure:
1516
1. **TL;DR**: A brief, high-impact summary of the most significant changes. Keep it to a few lines.

0 commit comments

Comments
 (0)