mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
improve prompt
This commit is contained in:
@@ -821,16 +821,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
```diff
|
||||
{{diff}}
|
||||
```
|
||||
|
||||
Respond with only valid JSON in this exact structure — no markdown fencing, no commentary:
|
||||
{
|
||||
"bump": "major" | "minor" | "patch",
|
||||
"version": "<new version>",
|
||||
"changelog": [
|
||||
"<entry 1>",
|
||||
"<entry 2>"
|
||||
]
|
||||
}
|
||||
PROMPT;
|
||||
|
||||
$options = (new DiffCheckOptions())
|
||||
|
||||
Reference in New Issue
Block a user