Skip to content

Commit c225cee

Browse files
committed
Fix release-it config
1 parent 8386af8 commit c225cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.release-it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"plugins": {
33
"@release-it/bumper": {
4-
"files": ["custom_components/bluebubbles/manifest.json"],
5-
"versionPath": "version"
4+
"in": "custom_components/bluebubbles/manifest.json",
5+
"out": "custom_components/bluebubbles/manifest.json"
66
}
77
},
88
"git": {

0 commit comments

Comments
 (0)