changeloguru/pkg/changelog/testdata/TestMarkdownGeneratorGetLines/mixed.golden

11 lines
204 B
Plaintext

[
"# CHANGELOG",
"## v1.0.0 (1-1-1)",
"### Added",
"- feat: description feat",
"### Fixed",
"- fix: description fix",
"### Others",
"- ci: description ci",
"- build: description build"
]