branch: externals/ellama
commit c686d213ad9db0c3b747a3a77aaf507d479548bf
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Update changelog skill quoting style
Changed the changelog generation skill to use org-mode quoting (~text~)
instead
of markdown backticks (`text`). Also use "MUST" instead of "must" to pay
LLM's
attention to the newline requirement.
---
skills/changelog/SKILL.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/skills/changelog/SKILL.md b/skills/changelog/SKILL.md
index 9c3bbbf087..3bd4e4215b 100644
--- a/skills/changelog/SKILL.md
+++ b/skills/changelog/SKILL.md
@@ -6,11 +6,11 @@ description: Use this skill to generate changelog.
# Generating changelog
Call shell_command tool with "git log --reverse main..HEAD" argument. Based on
-the output write short changelog in org-mode list format. Use "~tildas~"
quoting
-instead of "`backticks`" quoting. Do not add any anknowledgements. Every
-changelog element should be ended with full stop. Changelog shouldn't be too
-short or too long, use detailed description for major changes and concise
-description for minor changes.
+the output write changelog in org-mode list format. Use org quoting
+(~quoted-text~) instead of markdown quoting (`quoted-text`). Every changelog
+element should be ended with full stop. Changelog shouldn't be too short or too
+long, use detailed description for major changes and concise description for
+minor changes.
Call shell_command tools with "git tag -l --points-at=main" argument to see
previously released version. Based on this information and minority/majority of
@@ -22,7 +22,7 @@ with header:
* Version {version}
-After header should be changelog content. Content must ends with single
+After header should be changelog content. Content MUST ends with single
newline.
Example:
```text