Skip to content

Commit 3036d13

Browse files
authored
include CHANGELOG.md when publishing bundles (#228)
1 parent c61727f commit 3036d13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/bundle/publish.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ func getIgnores(ignorePath string) (*ignore.GitIgnore, error) {
115115
"!/operator.mdx",
116116
"!/readme.md",
117117
"!/README.md",
118+
"!/CHANGELOG.md",
118119
"!/schema-artifacts.json",
119120
"!/schema-connections.json",
120121
"!/schema-params.json",

0 commit comments

Comments
 (0)