bluenevus commited on
Commit
0723737
·
verified ·
1 Parent(s): b302102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- - Use plain text only, no special formatting
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