diff options
author | Joas Schilling <coding@schilljs.com> | 2021-11-25 13:56:53 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-11-25 14:03:38 +0100 |
commit | 18da129f4cd79439db4d3c9c19e248362a81f7d9 (patch) | |
tree | 4aa61ce5cbcefa5423e3b450961c69c401deee2c | |
download | nextcloud-server-18da129f4cd79439db4d3c9c19e248362a81f7d9.tar.gz nextcloud-server-18da129f4cd79439db4d3c9c19e248362a81f7d9.zip |
Init readme
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000000..4bbd1a745f9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Do not push any code to that repository. + +# How to publish +1. On https://github.com/nextcloud, tag appropriate commit on the source repository +2. Push the new tag to this repository +3. Create release on this repository + +# Automatic package and publish +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 +2. Make sure your tagged commit also have the workflow +3. Make sure this repository have the proper `APP_PRIVATE_KEY` secret set +4. Make the `nextcloud_release_service` user is a co-maintainer of your app on https://apps.nextcloud.com/ +5. Make sure you have admin rights to this repository |