Skip to content

Commit ddbfee5

Browse files
committed
chore(bin): auto-update version string in binary
1 parent d0053dc commit ddbfee5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bin/mysql2jsonl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require_once __DIR__ . '/../vendor/autoload.php';
99

1010
$application = new Application(
1111
basename(__FILE__),
12-
'1.0.0'
12+
'x-release-please-version'
1313
);
1414

1515
$application->addCommands([

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"bump-patch-for-minor-pre-major": false,
88
"draft": false,
99
"include-v-in-tag": false,
10-
"prerelease": false
10+
"prerelease": false,
11+
"extra-files": [
12+
"bin/mysql2jsonl"
13+
]
1114
}
1215
},
1316
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)