refactor: switch to MIT License, add tagging instructions, and update F-Droid workflow

- Replaces Apache 2.0 with MIT License and updates copyright details
- Adds tagging instructions to `CLAUDE.md` for semantic versioning and CHANGELOG updates
- Updates release workflow to copy metadata to F-Droid repo
This commit is contained in:
2026-03-17 10:55:46 +01:00
parent fc5a612b81
commit 51dba090d6
3 changed files with 23 additions and 70 deletions

View File

@@ -108,7 +108,7 @@ jobs:
# Update pubspec.yaml: replace the version line
sed -i "s/^version: .*/version: ${VERSION}+${VERSION_CODE}/" pubspec.yaml
grep '^version:' pubspec.yaml
grep '^version:' pubspec.yaml to how we handle it in the boat tab we should also show in the actions htab
# ADD THIS NEW STEP
- name: Setup Android Keystore
@@ -192,6 +192,10 @@ jobs:
cp build/app/outputs/flutter-apk/app-release.apk "fdroid/repo/my_flutter_app_${SAFE_REF_NAME}.apk"
- name: Copy metadata to F-Droid repo
run: |
cp -r fdroid-metadata/* fdroid/metadata/
- name: Generate F-Droid Index
run: |
cd fdroid