Add reminders to sync the features to TWPT-server

Change-Id: Iacae23172cb1c33771e3e525dbe4d27579ed3f1e
diff --git a/tagRelease.bash b/tagRelease.bash
index 4992ecf..76c9d91 100644
--- a/tagRelease.bash
+++ b/tagRelease.bash
@@ -52,6 +52,7 @@
 
 if [ $? -eq 0 ]; then
   echo "Tag created. Now run \`git push --tags\` to push the tags to the server."
+  echo "Also, remember to sync the features to the TWPT-server."
 else
   echo "The tag could not be created." >&2
 fi