Is this the correct way to publish another app?

Hello, I want to publish my third app, but in the previous two times (Ahorcado | F-Droid - Free and Open Source Android App Repository and To Do List | F-Droid - Free and Open Source Android App Repository) I have had many problems that I have found with the help of this forum. Therefore, before making the same mistakes, I want to know if this is the right process to publish my new app:

  1. git clone MYACCOUNT/fdroiddata
  2. cd fdroiddata
  3. fdroid readmeta
  4. fdroid import --url GitHub - Webierta/precio-luz: Información detallada por horas sobre el precio de la electricidad en España (PVPC) para una gestión eficiente del consumo de electricidad --subdir app
  5. fdroid readmeta
  6. fdroid rewritemeta com.pvpc.precio_luz
  7. fdroid checkupdates com.pvpc.precio_luz
  8. fdroid checkupdates --allow-dirty com.pvpc.precio_luz
  9. fdroid lint com.pvpc.precio_luz
  10. fdroid build -v -l com.pvpc.precio_luz
  11. git remote add upstream F-Droid / Data · GitLab
  12. git fetch upstream && git merge upstream/master && git push origin master
  13. git checkout -b precio_luz
  14. kate metadata/com.pvpc.precio_luz.yml
  15. git commit -a -m “new app: Precio Luz”
  16. git push origin precio_luz

Is this correct? Thank you.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.