Skip to content
Snippets Groups Projects
Commit 2530920e authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Description og "newRevision" script

parent db5ae6e6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment