Skip to content

Commit 39ea242

Browse files
committed
fix: 🐛 customization - adjust releaserc
1 parent 98b78a6 commit 39ea242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/customization.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function renameKebabCases(libraryName) {
121121

122122
const replaceOptions = {
123123
ignore: 'node_modules/**/*',
124-
files: '**/*.{ts,html,json,scss,js}',
124+
files: '{**/*.{ts,html,json,scss,js},.releaserc}',
125125
from: new RegExp(LIBRARY_NAME, 'g'),
126126
to: kebabcase(libraryName)
127127
}

0 commit comments

Comments
 (0)