Skip to content

Commit

Permalink
fix: make sure antsibull-changelog doesn't offend ansible-lint
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed Jun 19, 2024
1 parent f003067 commit 7e66464
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 ansible-base git+https://github.com/gardar/antsibull-changelog@gardar/main --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_semantic_versioning_sort: true

0 comments on commit 7e66464

Please sign in to comment.