Skip to content

Commit 88cd815

Browse files
authored
Fix target_driver script producing suboptimal changelog file (#56)
1 parent 85379e0 commit 88cd815

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
@@ -13,5 +13,6 @@ git pull origin "$version"
1313
cd ..
1414
cp driver/tests/unit/common/codec/packstream/v1/test_packstream.py tests/v1/from_driver/test_packstream.py
1515

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

0 commit comments

Comments
 (0)