We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f003067 + 81fb097 commit bec32d1Copy full SHA for bec32d1
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
21
- name: "Install tools"
22
- 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"
23
24
- name: "Calculate next version"
25
id: version
changelogs/config.yaml
@@ -31,3 +31,5 @@ sections:
31
title: Prometheus.Prometheus
32
trivial_section_name: trivial
33
use_fqcn: true
34
+changelog_nice_yaml: true
35
+changelog_sort: "version_reversed"
0 commit comments