Updated Development: Making a release (markdown)

Samuel Mannehed
2018-03-15 14:34:16 +01:00
parent 6a4e586620
commit e4844bd04c

@@ -38,11 +38,11 @@ Preparation
Beta
----
1. Update the version number in `docs/VERSION` and `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" docs/VERSION 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
```