Skip to content

Commit 9f4253c

Browse files
authored
Fix towncrier head_line missing the leading v (#645)
1 parent 4c8207a commit 9f4253c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ jobs:
472472
version_file: ${{ env.PROJECT_NAME }}/__init__.py
473473
github_token: ${{ secrets.GITHUB_TOKEN }}
474474
head_line: >-
475-
{version}\n=+\n\n\*\({date}\)\*\n
475+
v{version}\n=+\n\n\*\({date}\)\*\n
476476
fix_issue_regex: >-
477477
:issue:`(\d+)`
478478
fix_issue_repl: >-

0 commit comments

Comments
 (0)