From 2530920e5ea5d7dce454972106fd5d84678f9e3b Mon Sep 17 00:00:00 2001
From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
Date: Fri, 30 Jul 2021 08:56:58 +0200
Subject: [PATCH] Description og "newRevision" script

---
 README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a1fd410..6be7773 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,18 @@ File `config.json`:
     "releases":"https://www.ptb.de/dcc/releases.json"
   }
 }
-```  
+``` 
+
+## Force a new version
+
+```
+./newRevision 'x.y.z' 'comment'
+```
+
+A new tag value (program version) with an optional comment is assigned to the 
+repository. This leads to an update of the `VERSION` file and, if a webhook 
+(tag push) is activated, to an update of the server installation. The Flask 
+server must run in development mode for this.
 
 ## API
 
-- 
GitLab