1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Add note about HEAD usage (#524)

* Add note about `HEAD` usage
* Typo fix
This commit is contained in:
Alexandre Aubin 2018-06-05 18:52:22 +02:00 committed by GitHub
parent 5b3be4f48c
commit 3f8b6aeeb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,8 @@ App example addition:
}
```
N.B. : You can now put `HEAD` as `revision`. This way, you won't have to come and update this file each time you change things in your app. *But* this also means that any change to your `master` branch will be made available to everybody. Hence, when developing things which are not production-ready, if you use `HEAD` we strongly recommend that you develop in a `testing` branch (for instance) until you consider things stable enough to be merged in `master`.
#### Helper script
You can use the <code>add_or_update.py</code> python script to add or update