Could you please publish release notes, in general but also specifically for the recently released version 1.0.1?
Ideally those release notes would
- be consumable by tools like Dependabot (e.g. by using GitHub Releases or
CHANGELOG.md files, ...)
- only include changes relevant for users
And not include "chore(deps): bump ..." messages (unless they are relevant to users, e.g. for transitive dependencies), which projects often include in auto-generated release notes, but which add little benefit for users.
One way would be to leverage the GitHub Releases for that, editing their descriptions to be more descriptive.
Thanks!
Could you please publish release notes, in general but also specifically for the recently released version 1.0.1?
Ideally those release notes would
CHANGELOG.mdfiles, ...)And not include "chore(deps): bump ..." messages (unless they are relevant to users, e.g. for transitive dependencies), which projects often include in auto-generated release notes, but which add little benefit for users.
One way would be to leverage the GitHub Releases for that, editing their descriptions to be more descriptive.
Thanks!