Skip to content

Commit 95bd8bc

Browse files
committed
chore: sync version to plugin & composer
1 parent 66df3ca commit 95bd8bc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

release/.release-it.cjs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,16 @@ module.exports = {
4646
},
4747
plugins: {
4848
'@release-it/bumper': {
49-
out: ['composer.json', 'plugin.php'],
49+
out: [
50+
{
51+
file: 'plugin.php',
52+
type: 'text/php',
53+
},
54+
{
55+
file: 'composer.json',
56+
type: 'text/json',
57+
},
58+
],
5059
},
5160
},
5261
}

0 commit comments

Comments
 (0)