Skip to content

Commit 8ca981e

Browse files
authored
fix: add replace string to ./release/.release-it.cjs
1 parent 7e7e592 commit 8ca981e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

replace-string.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function replaceString(str) {
8585
'./composer.json',
8686
'./package.json',
8787
'./plugin.php',
88+
'./release/.release-it.cjs',
8889
],
8990
from: /wp-react-plugin/g,
9091
to: kebabName,

0 commit comments

Comments
 (0)