Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,7 @@ def generate_release_notes(github_repo, github_token, gemini_api_key, start_date
|
|
42 |
- For section headers, simply use the text as is (e.g., "New Features:")
|
43 |
- For list items, do not use any bullet points or numbers. Start each item directly with the text.
|
44 |
- Keep the text structure simple and easy to convert to a Word document format
|
|
|
45 |
"""
|
46 |
|
47 |
response = model.generate_content(prompt)
|
|
|
42 |
- For section headers, simply use the text as is (e.g., "New Features:")
|
43 |
- For list items, do not use any bullet points or numbers. Start each item directly with the text.
|
44 |
- Keep the text structure simple and easy to convert to a Word document format
|
45 |
+
- be sure to briefly explain the why and benefits of the change for average user that are non technical
|
46 |
"""
|
47 |
|
48 |
response = model.generate_content(prompt)
|