Skip to content

Commit 62111a5

Browse files
committed
fix: correct homeboy.json — id is data-machine-events, fix version patterns
1 parent 3aebdba commit 62111a5

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

homeboy.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@
44
"extensions": {
55
"wordpress": {}
66
},
7-
"id": "",
8-
"remote_path": "",
7+
"id": "data-machine-events",
98
"version_targets": [
109
{
1110
"file": "data-machine-events.php",
1211
"pattern": "Version:\\s*([0-9.]+)"
1312
},
1413
{
1514
"file": "data-machine-events.php",
16-
"pattern": "DATAMACHINE_EVENTS_VERSION',\\s*'([0-9.]+)'"
15+
"pattern": "DATA_MACHINE_EVENTS_VERSION.+?([0-9.]+)"
16+
},
17+
{
18+
"file": "readme.txt",
19+
"pattern": "(?m)^Stable tag:\\s*([0-9.]+)"
1720
}
1821
]
19-
}
22+
}

0 commit comments

Comments
 (0)