ansible-community / antsichaut

Antsichaut aims to automate the filling of a changelog.yaml used by antsibull-changelog
https://pypi.org/project/antsichaut/
MIT License
4 stars 4 forks source link

No need for ordered dict #36

Closed cidrblock closed 1 year ago

cidrblock commented 1 year ago

No need for ordered dict here.

Since py3.7 key order is maintained.

35 introduced a regression as the ordered dict was being written to the changelog.yaml file as !!omap and antsibull changelog was failing.

https://github.com/ansible-collections/ansible.scm/actions/runs/4983286655/jobs/8920107821#step:10:17

cidrblock commented 1 year ago

Rather than leave the main branch in a known broken state, merging without approval.