From 29429f0e0463222ade84c47868bf33556fd30a6f Mon Sep 17 00:00:00 2001 From: ziajka Date: Wed, 3 Jul 2019 12:16:30 +0200 Subject: [PATCH] Add tag for relasing WebUI in gns3server --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29fc059e..7c2c2f89 100644 --- a/README.md +++ b/README.md @@ -103,11 +103,11 @@ First of all please remove `dev` from version in `package.json` (for instance `2 When artifacts are made you can see draft release here: [gns3-web-ui releases](https://github.com/GNS3/gns3-web-ui/releases) which is waiting to be published. -After release please change current version in `package.json` to `2019.2.0-alpha.5dev`'. Otherwise artifacts will be overwritten during the next commit. +After release please change current version in `package.json` to `2019.2.0-alpha.5dev`'. Otherwise artifacts will be overwritten during the next commit. Don't forget to commit & push changes. #### Updating gns3server -Checkout the latest master of `gns3server`. Run command `./scripts/update-bundled-web-ui.sh`. Commit & push changes with message `Release 2019.2.0-alpha.4`. +Checkout the latest master of `gns3server`. Run command `./scripts/update-bundled-web-ui.sh --tag=v2019.2.0-alpha.5`. Commit & push changes with message `Release 2019.2.0-alpha.4`. ### Staging release