Merge pull request #367 from gardar/fix-changelog-breakage

fix: make sure antsibull-changelog doesn't offend ansible-lint
This commit is contained in:
gardar 2024-06-19 23:10:21 +00:00 committed by GitHub
commit bec32d1d0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- name: "Install tools"
run: "python -m pip install ansible-base antsibull-changelog --disable-pip-version-check"
run: "python -m pip install --upgrade ansible-base antsibull-changelog --disable-pip-version-check"
- name: "Calculate next version"
id: version

View file

@ -31,3 +31,5 @@ sections:
title: Prometheus.Prometheus
trivial_section_name: trivial
use_fqcn: true
changelog_nice_yaml: true
changelog_sort: "version_reversed"