Skip to content

Commit

Permalink
antsibull-changelog: Upgrade version 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Sep 1, 2024
1 parent cf18407 commit 966aec7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install antsibull-changelog
python -m pip install antsibull-changelog==0.29.0
- name: antsibull-changelog lint (own changelog fragments)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
# - id: shfmt

- repo: https://github.com/ansible-community/antsibull-changelog.git
rev: 0.23.0
rev: 0.29.0
hooks:
- id: antsibull-changelog-lint

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/antsibull.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- "antsibull-changelog: Upgrade version 0.29.0"
2 changes: 1 addition & 1 deletion tools/dev/requirements_antsibull.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# otherwise the ansible-doc gets errors due to problems with ansible-oracle-modules
# They need some refactoring...
ansible-core==2.15.9
antsibull-changelog==0.23.0
antsibull-changelog==0.29.0

0 comments on commit 966aec7

Please sign in to comment.