diff --git a/Development:-Making-a-release.md b/Development:-Making-a-release.md index 02604ee..29c9462 100644 --- a/Development:-Making-a-release.md +++ b/Development:-Making-a-release.md @@ -38,11 +38,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 `docs/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" VERSION package.json + $ git commit -m "noVNC 1.1.0 beta" docs/VERSION package.json $ git tag -a -m "noVNC 1.1.0 beta" v1.1.0-beta ```