Update createchangelog.yml

This commit is contained in:
Real-MullaC 2024-07-16 20:25:00 +01:00 committed by GitHub
parent 2990ec5338
commit 122365c99f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
- name: Get all releases and update update.mb file
run: |
# Fetch all releases including pre-releases using GitHub CLI
gh release list --limit 1000 > releases.txt
gh release list --limit 5 > releases.txt
# Extract numeric versions and create update.mb content
echo "" > docs/update.mb