Skip to content

Commit 9397b54

Browse files
committed
Correctly set SkipHeader config
1 parent 69d2007 commit 9397b54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/changelog.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ func execChangelogRenderCommand(snippetsPaths []string) error {
196196
ReleaseVersion: releaseVersion,
197197
Product: changelogProduct,
198198
ReadStdin: changelogReadStdin,
199+
SkipHeader: changelogSkipHeader,
199200
}
200201

201202
if err := changelog.Render(config); err != nil {

0 commit comments

Comments
 (0)