Update changelog generator for renamed file and markdown format#122
Merged
larsewi merged 1 commit intocfengine:masterfrom Apr 23, 2026
Merged
Update changelog generator for renamed file and markdown format#122larsewi merged 1 commit intocfengine:masterfrom
larsewi merged 1 commit intocfengine:masterfrom
Conversation
olehermanse
approved these changes
Apr 22, 2026
0606e16 to
ea85742
Compare
Core and enterprise renamed their changelog files to CHANGELOG.md, and all three repos switched to markdown-style version headers and bullets. Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
d69c1a5 to
3d5bf89
Compare
olehermanse
reviewed
Apr 23, 2026
| + changelog_enterprise | ||
| + "\n" | ||
| + "\tPackaging changes:\\n" | ||
| + "**Packaging changes:**\n" |
Member
There was a problem hiding this comment.
In your changelog PR it looked like this part is buggy and inserts a backslash n. I don't know why.
Contributor
Author
There was a problem hiding this comment.
This was for 3.24? It used the previous old state of the script
Member
There was a problem hiding this comment.
Member
There was a problem hiding this comment.
olehermanse
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The CFEngine repos renamed their changelog files to `CHANGELOG.md` (ENT-13497) and switched to a markdown format: `## 3.27.0` instead of `3.27.0:`, bullet entries without leading tabs, and `Packaging changes:` instead of `\tPackaging changes:`.
This updates the bot so the `changelogs` command:
Depends on cfengine/core#6085, which updates `changelog-generator` to emit markdown-formatted bullets (no leading tabs).
🤖 Generated with Claude Code