We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5175fcb commit 3c9c94aCopy full SHA for 3c9c94a
.github/workflows/ci-cd.yml
@@ -125,6 +125,8 @@ jobs:
125
version_file: src/aiohttp_asyncmdnsresolver/__init__.py
126
github_token: ${{ secrets.GITHUB_TOKEN }}
127
dist_dir: dist
128
+ head_line: >-
129
+ v{version}\n=+\n\n\*\({date}\)\*\n
130
fix_issue_regex: "`#(\\d+) <https://github.com/aio-libs/aiohttp-asyncmdnsresolver/issues/\\1>`"
131
fix_issue_repl: "(#\\1)"
132
- name: >-
0 commit comments