From 934026fc79e93d2aeb2d46f5697288ee2374e06f Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Fri, 8 Oct 2021 13:39:10 +0200 Subject: [PATCH] fix(release): ought to fix issue #4 faulty version numbers for demo container --- .versionrc.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.versionrc.js b/.versionrc.js index 4a65f1245..9758821a5 100644 --- a/.versionrc.js +++ b/.versionrc.js @@ -22,6 +22,10 @@ module.exports = { { filename: 'nix/docker/version.json', type: 'json' + }, + { + filename: 'nix/docker/demo-version.json', + type: 'json' } ], commitUrlFormat: 'https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/{{hash}}',