Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def generate_release_notes(github_repo, github_token, gemini_api_key, start_date
|
|
37 |
Provide a concise summary for each item. Do not include any links, but keep issue numbers if present.
|
38 |
|
39 |
Important formatting instructions:
|
40 |
-
-
|
41 |
- Use section titles followed by a colon (e.g., "New Features:")
|
42 |
- Start each item on a new line
|
43 |
- Be sure to briefly explain the why and benefits of the change for average users that are non-technical
|
|
|
37 |
Provide a concise summary for each item. Do not include any links, but keep issue numbers if present.
|
38 |
|
39 |
Important formatting instructions:
|
40 |
+
- The output should be plain text without any markdown or "-" for post processing
|
41 |
- Use section titles followed by a colon (e.g., "New Features:")
|
42 |
- Start each item on a new line
|
43 |
- Be sure to briefly explain the why and benefits of the change for average users that are non-technical
|