Re: Structured Changelogs for ELPA packages
Jean Louis <[email protected]> Sat, 08 Aug 2026 20:28:04 +0300
| Newsgroups | gmane.emacs.devel |
|---|---|
| Organization | GNU Support |
| Message-ID | <[email protected]> |
On 2026-08-08 17:41, Andrew Hyatt wrote: > (llm-chat (defconst ash/llm-ollama-gemma (make-llm-ollama :chat-model > "gemma4:e2b")) (llm-make-chat-prompt "A short history of the changes > to this module: Version 0.1 was the first version. Fixes to the > roasting function were made in 0.1.1. The issue was that the negative > roasting values could be obtained if there was just 1 roasting step. > In Version 0.2, I made several improvements so that now we can handle > several different roasting, subtypes, see variable > `roaster-roast-type' for details." :context "Take the input and turn > it into an org-list, with headings for major versions that have > underneath them in the hierarchy, headings for minor versions. Each > heading has the version number, and a list of changes is below. > Example output: It is interesting but does it conform to the GNU Style of Change Logs policy? https://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html -- Jean Louis