Skip to content

Commit 3c9c94a

Browse files
authored
Fix head_line for towncrier in deploy workflow (#13)
1 parent 5175fcb commit 3c9c94a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
version_file: src/aiohttp_asyncmdnsresolver/__init__.py
126126
github_token: ${{ secrets.GITHUB_TOKEN }}
127127
dist_dir: dist
128+
head_line: >-
129+
v{version}\n=+\n\n\*\({date}\)\*\n
128130
fix_issue_regex: "`#(\\d+) <https://github.com/aio-libs/aiohttp-asyncmdnsresolver/issues/\\1>`"
129131
fix_issue_repl: "(#\\1)"
130132
- name: >-

0 commit comments

Comments
 (0)