mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
fix: formatting fixes have been merged in antsibull-changelog upstream
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
7e66464909
commit
81fb097b1b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: "Install tools"
|
||||
run: "python -m pip install ansible-base git+https://github.com/gardar/antsibull-changelog@gardar/main --disable-pip-version-check"
|
||||
run: "python -m pip install --upgrade ansible-base antsibull-changelog --disable-pip-version-check"
|
||||
|
||||
- name: "Calculate next version"
|
||||
id: version
|
||||
|
|
|
@ -32,4 +32,4 @@ title: Prometheus.Prometheus
|
|||
trivial_section_name: trivial
|
||||
use_fqcn: true
|
||||
changelog_nice_yaml: true
|
||||
changelog_semantic_versioning_sort: true
|
||||
changelog_sort: "version_reversed"
|
||||
|
|
Loading…
Reference in a new issue