mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-08 21:34:38 +00:00
snapcraft.yaml needs to be updated as well when making a new release
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user