Skip to content

Commit 169a46c

Browse files
authored
Fix target_driver script producing suboptimal changelog file (#55)
1 parent 54a4bed commit 169a46c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/target_driver.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ cd ..
1414
cp driver/tests/unit/common/codec/packstream/v1/test_packstream.py tests/codec/packstream/v1/from_driver/test_packstream.py
1515
cp -r driver/tests/unit/common/vector/* tests/vector/from_driver
1616

17-
towncrier create -c "Target driver version ${version}<ISSUES_LIST>." "+.feature"
17+
towncrier create -c "Target driver version ${version}<ISSUES_LIST>.
18+
" "+.feature.md"
1819
echo "=== Please rename the changelog file to match the PR number. ==="

0 commit comments

Comments
 (0)