Skip to content

Commit

Permalink
changeloggnenutils: dont be so verbose (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden authored Nov 26, 2024
1 parent df75e5e commit 21ec27e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog/v0.27.3/expose-morechangelogstuff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NON_USER_FACING
description: >
Make doc generation cleaner
1 change: 0 additions & 1 deletion changeloggenutils/merged_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ func (g *MergedReleaseGenerator) MergeEnterpriseReleaseWithOS(enterpriseReleases
var finalChangelogNotes = NewChangelogNotes()
for _, version := range depVersions {
//prefix := fmt.Sprintf("(From OSS %s) ", getGithubReleaseMarkdownLink(version.String(), g.RepoOwner, g.openSourceRepo))
fmt.Println(version.String())
notes, err := osReleases.GetChangelogNotes(version)
if err != nil {
return nil, err
Expand Down

0 comments on commit 21ec27e

Please sign in to comment.