Skip to content

Commit 67e83ff

Browse files
committed
Release 2.24.0.
1 parent ae881f2 commit 67e83ff

File tree

7 files changed

+332
-281
lines changed

7 files changed

+332
-281
lines changed

CHANGELOG.md

Lines changed: 198 additions & 181 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes
44

55
.. contents:: Topics
66

7+
v2.24.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
Feature release to improve linting.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Allow to output linting results as JSON (https://github.com/ansible-community/antsibull-docs/pull/437).
19+
- When copying collections to a temporary directory for reading their documentation with ansible-doc, detect whether they are part of Git repositories, and if yes, do not copy ignored files (https://github.com/ansible-community/antsibull-docs/pull/438).
20+
721
v2.23.1
822
=======
923

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,3 +1208,16 @@ releases:
12081208
- 2.23.1.yml
12091209
- 435-roles-validation.yml
12101210
release_date: '2025-12-23'
1211+
2.24.0:
1212+
changes:
1213+
minor_changes:
1214+
- Allow to output linting results as JSON (https://github.com/ansible-community/antsibull-docs/pull/437).
1215+
- When copying collections to a temporary directory for reading their documentation
1216+
with ansible-doc, detect whether they are part of Git repositories, and
1217+
if yes, do not copy ignored files (https://github.com/ansible-community/antsibull-docs/pull/438).
1218+
release_summary: Feature release to improve linting.
1219+
fragments:
1220+
- 2.24.0.yml
1221+
- 437-lint-json.yml
1222+
- 438-lint-copying.yml
1223+
release_date: '2025-12-24'

changelogs/fragments/2.24.0.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/437-lint-json.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/438-lint-copying.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)