mirror of
https://github.com/zebrajr/ansible.git
synced 2026-01-15 12:15:19 +00:00
* Make changelog tool be more strict about suffixes Change: - Files must end in .yml or .yaml, and must not be dotfiles. - This is to prevent (for example) emacs backup files (.yml~) from being included in changelogs during releases. - Backport of https://github.com/ansible-community/antsibull-changelog/pull/33 Signed-off-by: Rick Elrod <rick@elrod.me>