Updated Development: Making a release (markdown)

Samuel Mannehed
2018-03-15 12:54:47 +01:00
parent 381580a07d
commit 63d58b5d2a

@@ -38,11 +38,11 @@ Preparation
Beta
----
1. Update the version number in `package.json` to the format `"X.Y.Z-beta"`, e.g. `"1.1.0-beta"`.
1. Update the version number in `VERSION` and `package.json` to the format `"X.Y.Z-beta"`, e.g. `"1.1.0-beta"`.
1. Commit and tag the version change:
```
$ git commit -m "noVNC 1.1.0 beta" package.json
$ git commit -m "noVNC 1.1.0 beta" VERSION package.json
$ git tag -a -m "noVNC 1.1.0 beta" v1.1.0-beta
```