We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aebdba commit 62111a5Copy full SHA for 62111a5
1 file changed
homeboy.json
@@ -4,16 +4,19 @@
4
"extensions": {
5
"wordpress": {}
6
},
7
- "id": "",
8
- "remote_path": "",
+ "id": "data-machine-events",
9
"version_targets": [
10
{
11
"file": "data-machine-events.php",
12
"pattern": "Version:\\s*([0-9.]+)"
13
14
15
16
- "pattern": "DATAMACHINE_EVENTS_VERSION',\\s*'([0-9.]+)'"
+ "pattern": "DATA_MACHINE_EVENTS_VERSION.+?([0-9.]+)"
+ },
17
+ {
18
+ "file": "readme.txt",
19
+ "pattern": "(?m)^Stable tag:\\s*([0-9.]+)"
20
}
21
]
-}
22
+}
0 commit comments