Skip to content

Commit bec32d1

Browse files
authored
Merge pull request #367 from gardar/fix-changelog-breakage
fix: make sure antsibull-changelog doesn't offend ansible-lint
2 parents f003067 + 81fb097 commit bec32d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: "Install tools"
22-
run: "python -m pip install ansible-base antsibull-changelog --disable-pip-version-check"
22+
run: "python -m pip install --upgrade ansible-base antsibull-changelog --disable-pip-version-check"
2323

2424
- name: "Calculate next version"
2525
id: version

changelogs/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ sections:
3131
title: Prometheus.Prometheus
3232
trivial_section_name: trivial
3333
use_fqcn: true
34+
changelog_nice_yaml: true
35+
changelog_sort: "version_reversed"

0 commit comments

Comments
 (0)