Skip to content
Snippets Groups Projects
Commit c7b6f761 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Update release.sh

parent d9153763
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ ]]; then
# GUI containers version
sed -i "s/name\": .*/name\": \"v$2\",/g" gui/package.json
sed -i "s/title\": .*/title\": \"v$2\",/g" gui/package.json
sed -i "s/<title>Duniter<\/title>/<title>Duniter v$2<\/title>/g" gui/index.html
sed -i "s/<title>Duniter.*<\/title>/<title>Duniter $2<\/title>/g" gui/index.html
# (pre)-release management
if [[ "$1" =~ ^rel$ ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment