You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the docs, dist will use a changelog/releases file when producing a release. I've verified that parse-changelog applied to my changelog produces correct output. I've also specified its location in my dist.toml file:
[package]
changelog = "../docs/changelog.md"
However, the changelog isn't used when generating release announcements. Is this bug, or am I missing a setting?