Skip to content

Commit 966aec7

Browse files
committed
antsibull-changelog: Upgrade version 0.29.0
1 parent cf18407 commit 966aec7

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/changelog-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install antsibull-changelog
26+
python -m pip install antsibull-changelog==0.29.0
2727
2828
- name: antsibull-changelog lint (own changelog fragments)
2929
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
# - id: shfmt
3838

3939
- repo: https://github.com/ansible-community/antsibull-changelog.git
40-
rev: 0.23.0
40+
rev: 0.29.0
4141
hooks:
4242
- id: antsibull-changelog-lint
4343

changelogs/fragments/antsibull.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
minor_changes:
3+
- "antsibull-changelog: Upgrade version 0.29.0"

tools/dev/requirements_antsibull.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# otherwise the ansible-doc gets errors due to problems with ansible-oracle-modules
1616
# They need some refactoring...
1717
ansible-core==2.15.9
18-
antsibull-changelog==0.23.0
18+
antsibull-changelog==0.29.0

0 commit comments

Comments
 (0)