Skip to content

Commit f048eb4

Browse files
committed
Include the version and config templates
1 parent 88f8702 commit f048eb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/prep-release.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function get_role($file) {
4141
case "def":
4242
case "m4":
4343
case "c":
44+
case "in":
4445
case "h":
4546
return "src";
4647

@@ -81,9 +82,11 @@ function get_files() {
8182
"src/libbson/build/autotools/m4/*.{m4}",
8283
"src/libbson/src/bson/*.{c,h}",
8384
"src/libbson/src/yajl/*.{c,h}",
85+
"src/libbson/src/bson/*.h.{in}",
8486
"src/libmongoc/build/autotools/*.{m4}",
8587
"src/libmongoc/build/autotools/m4/*.{m4}",
8688
"src/libmongoc/src/mongoc/*.{c,h,def,defs}",
89+
"src/libmongoc/src/mongoc/*.h.{in}",
8790

8891
"tests/onnect/*.{phpt}",
8992
"tests/bulk/*.{phpt}",

0 commit comments

Comments
 (0)