Updated how_to_publish.md

This commit is contained in:
jos 2015-12-31 13:41:08 +01:00
parent 05cb4b57f2
commit ecaecebe95
1 changed files with 0 additions and 19 deletions

View File

@ -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.