From c52eb0eac2a2c4a33b5ace5c7ffd5326a3783e0b Mon Sep 17 00:00:00 2001 From: antelle Date: Thu, 17 Jan 2019 20:36:56 +0100 Subject: [PATCH] Updated Releasing (markdown) --- Releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Releasing.md b/Releasing.md index 3b715ca..8c82467 100644 --- a/Releasing.md +++ b/Releasing.md @@ -15,7 +15,7 @@ How to build and publish new KeeWeb release. 2. install node modules: `npm i` 3. run `git status` and commit if there are changes 4. build the project: `grunt desktop` -5. test the web build, installers and desktop builds, check version in Settings / About +5. test the web build, installers, and desktop builds, check version in Settings / About 6. make sure that `dist/manifest.appcache` contains version `X.Y.Z` and the release date 7. copy html and manifest from `dist` to `gh-pages` branch, commit as `vX.Y.Z` 8. [draft a new release](https://github.com/keeweb/keeweb/releases/new) as `Desktop apps vX.Y.Z`