Skip to content

Commit 215cab4

Browse files
committed
chore: inlcude build in github changelog
1 parent 29c0201 commit 215cab4

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'].includes(type)) continue
168+
if (!['feat', 'fix', 'perf', 'refactor', 'build'].includes(type)) continue
169169

170170
// Extract PR number if present
171171
const prMatch = message.match(/\(#(\d+)\)/)

0 commit comments

Comments
 (0)