automatically update documentation paths in release notes

This commit is contained in:
2026-01-20 14:52:33 +01:00
parent c30136d6c6
commit 79893bbe1e
6 changed files with 121 additions and 53 deletions

View File

@@ -79,6 +79,12 @@ jobs:
--version "${{ steps.version.outputs.version }}" \
--date "$(date +'%d.%m.%Y')"
# update paths to documentation version etc in release notes
- name: Update Release Notes
if: github.event_name == 'release'
run: |
python etc/generate_release_notes.py --version "${{ steps.version.outputs.version }}"
- name: Checkout gh-pages
uses: actions/checkout@v4
with: