From ecaecebe953a1fc3b28e3154cc8fca84a92a42bd Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 31 Dec 2015 13:41:08 +0100 Subject: [PATCH] Updated how_to_publish.md --- misc/how_to_publish.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index ffd23c9..b986f40 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -73,25 +73,6 @@ Install the libraries locally and test whether they work correctly: bower install jsoneditor -## Put zip file to website - -Create a zipped file of the library by running - - gulp zip - -Add the file to the `downloads` folder of the website. - - -## Update version number - -Switch to the develop branch, and update the version numbers in package.json and -bower.json to a new snapshot version, like - - 1.2.5-SNAPSHOT - -commit and push the changes. - - ## Done Congrats, be proud.