diff --git a/README.md b/README.md index fea87e60a37d0221e210e212476c9403d6e167b6..57e9f1139383ddbb33ac1738be4a60976e583e5a 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,8 @@ It doesn't prevent the script from running. - edit the [upgrade](scripts/upgrade) script to bump the version - update the `revision` with the current `sha` on the `master` branch, update the `lastUpdate` field in the [apps.json](https://neutrinet.be/apps.json) file +- test the updated version: + - check current version of the app on your cube: `yunohost app setting neutrinet version` + - update the app with the latest version from master: `yunohost app upgrade neutrinet -u https://github.com/Neutrinet/neutrinet_ynh` + - check the app has been updated: `yunohost app setting neutrinet version` + - set the app to a previous version if you want to re-test the update: `yunohost app setting neutrinet version -v "0.2.2"` diff --git a/sources/index.html b/sources/index.html index cc0f612e39518b7e3b00e4e08c7ed0887657beee..2432687007b5cdd85df4d4ad5ca2621062db46d4 100644 --- a/sources/index.html +++ b/sources/index.html @@ -22,7 +22,7 @@