Skip to content

Commit fee2bc2

Browse files
committed
changelog filter
1 parent a865845 commit fee2bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/create-github-release.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ for (const line of commits) {
165165
const message = conventionalMatch ? conventionalMatch[3] : subject
166166

167167
// Only include user-facing change types
168-
if (['feat', 'fix', 'perf', 'refactor', 'build', 'chore'].includes(type))
168+
if (!['feat', 'fix', 'perf', 'refactor', 'build', 'chore'].includes(type))
169169
continue
170170

171171
// Extract PR number if present

0 commit comments

Comments
 (0)