Removed RELEASE_XXX format

footer writing has been replaced with the version being in the INI sections themselves
This commit is contained in:
2026-02-10 16:38:44 +01:00
parent 7995cc5d94
commit 7dfdfa0462
23 changed files with 150 additions and 365 deletions

View File

@@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.x'
- name: Generate release files
- name: Update main INI versions
env:
GITHUB_TOKEN: ${{ secrets.GH_API_TOKEN }}
run: python3 generate_release_files.py
@@ -41,6 +41,6 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add "include/*/RELEASE_*.ini"
git commit -m "chore: update release files [skip ci]"
git add include/apps/apps.ini include/sysmodules/sysmodules.ini include/overlays/overlays.ini include/emulation/emulation.ini
git commit -m "chore: update INI section versions [skip ci]"
git push