I was wondering if you'd consider adding git tags (or an equivalent) for your releases, so that Dependabot can show links and Release Notes in the pull requests it creates?
For example, here's what currently appears for a new release:
E.g. there's no link to the repo, there's no metadata showing what has changed, etc.
Here's an example of a dependency that supports this workflow:
Because they git tag their releases - this metadata will render in Dependabot's pull requests.
Thank you for considering!