Skip to main content

changelog

Use this skill to generate changelog.

Ir para a instalação

Informações da origem

Repositório
s-kostyaev/ellama
Última atividade na origem
4 de junho de 2026 às 22:05
Idioma detectado do SKILL.md
inglês
Estrelas
958
Forks
64

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
changelog
description
Use this skill to generate changelog.
# Generating changelog Call shell_command tool with "git --no-pager log --reverse main..HEAD" argument. Based on 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. Humanize it before writing using **humanize-writing** skill. Call shell_command tools with "git --no-pager tag -l --points-at=main" argument to see previously released version. Based on this information and minority/majority of the changes you can fill version variable. If you are not sure, ask the user using ask_user tool with your variants of the version. Write it to ./NEWS.org using **prepend_file** tool with header: * Version {version} After header should be changelog content. Content MUST ends with single newline. Example: ```text * Version {version} - Some change description. Some additional information. - Major change detailed description. This change improves ~ellama-something~. Some additional information. - Third change description. - Some fix in ~ellama-example-command~ description. ``` After generating the changelog, update the version in ellama.el, commit the generated release changes with the exact commit message "Bump version", and push.
Ver no GitHub