leboncoin/spark-android
[FR]: Fix non-existent updateLegacyAbi task name in RELEASING.md
Fermée
#2 101 ouverte le 27 juil. 2026
documentationgood first issuepriority:HIGH
Métriques du dépôt
- Stars
- (85 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Describe the problem
RELEASING.md references ./gradlew updateLegacyAbi. This task does not exist. The correct name is updateAbi (from KGP's ExperimentalAbiValidation API). A maintainer following the docs gets a task-not-found error.
Describe the solution
Replace ./gradlew updateLegacyAbi with ./gradlew updateAbi.
Additional context
Priority: High. Effort: XS.