Add tag for relasing WebUI in gns3server

This commit is contained in:
ziajka 2019-07-03 12:16:30 +02:00
parent ef954600ea
commit 29429f0e04

View File

@ -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