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
I'm using the latest version and have both Markdown and RST configured in my changelog/config.yml. I get the following error when specifying both --output and --output-format to generate release notes for a specific version to a custom file:
callum@callum-laptop:~/dev/github.com/Callum027/ansible-collection-palworld-dedicated-server$ antsibull-changelog generate 2.1.0 --only-latest --output RELEASENOTES.md --output-format md
When an explicit output path is specified and more than one output format is configured, you need to explicitly specify an output format
I'm using the latest version and have both Markdown and RST configured in my
changelog/config.yml
. I get the following error when specifying both--output
and--output-format
to generate release notes for a specific version to a custom file:Looking at the relevant code, it appears to not take into account the
--output-format
argument value at all.The text was updated successfully, but these errors were encountered: