From bfefab5d3bd492740232a901451898ab6668cd4f Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 26 Jul 2019 00:04:04 +0200 Subject: [PATCH] snapcraft.yaml needs to be updated as well when making a new release --- Development:-Making-a-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Development:-Making-a-release.md b/Development:-Making-a-release.md index 45edf6b..859f860 100644 --- a/Development:-Making-a-release.md +++ b/Development:-Making-a-release.md @@ -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 ```