Skip to content

Commit dc871b6

Browse files
authored
Fix head line config in ci-cd.yaml to match towncrier.toml (#1637)
1 parent 3d05d4c commit dc871b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ jobs:
565565
version_file: ${{ env.PROJECT_NAME }}/__init__.py
566566
github_token: ${{ secrets.GITHUB_TOKEN }}
567567
head_line: >-
568-
{version}\n=+\n\n\*\({date}\)\*\n
568+
v{version}\n=+\n\n\*\({date}\)\*\n
569569
fix_issue_regex: >-
570570
:issue:`(\d+)`
571571
fix_issue_repl: >-

0 commit comments

Comments
 (0)