Skip to content

Commit 7099e87

Browse files
committed
fix: make sure that proper file paths are updated by release please
1 parent 9d3fb49 commit 7099e87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release-please-config.json

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

0 commit comments

Comments
 (0)