Skip to content

Commit

Permalink
Merge pull request #367 from gardar/fix-changelog-breakage
Browse files Browse the repository at this point in the history
fix: make sure antsibull-changelog doesn't offend ansible-lint
  • Loading branch information
gardar authored Jun 19, 2024
2 parents f003067 + 81fb097 commit bec32d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ sections:
title: Prometheus.Prometheus
trivial_section_name: trivial
use_fqcn: true
changelog_nice_yaml: true
changelog_sort: "version_reversed"

0 comments on commit bec32d1

Please sign in to comment.