Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release_summary inside a fragment can be a list of strings but should be enforced as a single string #65

Closed
dmsimard opened this issue Nov 1, 2021 · 1 comment · Fixed by #67

Comments

@dmsimard
Copy link

dmsimard commented Nov 1, 2021

This happened to me largely because of a mistake I did but if you create a fragment that looks like this:

release_summary:
- Something that describes what happened during this release

And then run antsibull-changelog release, the release_summary will be added as-is (as a list of strings) to changelog.yaml.
After that, if you run antsibull-changelog generate, it will remove the release_summary from changelog.yaml.

It turns out that it's because release_summary is intended to be a string, not a list of strings.

@felixfontein
Copy link
Collaborator

Resolved by #67.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants