snapcraft.yaml needs to be updated as well when making a new release

Samuel Mannehed
2019-07-26 00:04:04 +02:00
parent 9a4e8dd48f
commit bfefab5d3b

@@ -52,11 +52,11 @@ Preparation
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. Update the version number in `VERSION`. `package.json` and `snap/snapcraft.yaml` 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" VERSION package.json
$ git commit -m "noVNC 1.1.0 beta" VERSION package.json snap/snapcraft.yaml
$ git tag -a -m "noVNC 1.1.0 beta" v1.1.0-beta
```