pytest-dev/pytest-asyncio

Incorrect Git ref used when extracting release notes from a tag

Closed this issue · 1 comments

The release notes seem to be extracted from a Git commit message as opposed to the annotation of a Git tag.

This issue seems to be related to the action/checkout step, which seems to point to the commit rather than the Git tag (see actions/checkout#290).