└── README.md /README.md: -------------------------------------------------------------------------------- 1 | Do not push any code to that repository. 2 | 3 | # How to publish 4 | 1. On https://github.com/nextcloud, tag appropriate commit on the source repository 5 | 2. Push the new tag to this repository 6 | 3. Create release on this repository 7 | 8 | # Automatic package and publish 9 | 1. Make sure you have the [necessary workflow](https://github.com/nextcloud/.github/blob/master/workflow-templates/appstore-build-publish.yml) on your https://github.com/nextcloud source repository 10 | 2. Make sure your tagged commit also have the workflow 11 | 3. Make sure this repository have the proper `APP_PRIVATE_KEY` secret set 12 | 4. Make the `nextcloud_release_service` user is a co-maintainer of your app on https://apps.nextcloud.com/ 13 | 5. Make sure you have admin rights to this repository 14 | --------------------------------------------------------------------------------